Table of Content

来源:互联网 发布:淘宝818动漫商城 编辑:程序博客网 时间:2024/05/18 22:44

Chapter 1, Object Lessons, provide background on the object-based and object-oriented programming paradigms supported by C++. It includes a brief tour of the Object Model, illustrating the current prevailing industry implementation without looking too closely at multiple or virtual inheritance. 

Chapter 2, The semantics of Constructor, discusses in detail how constructor works.

Chapter 3, The semantics of Data, looks at the handling of data members.

Chapter 4, The semantics of Function, focuses on the varieties of member functions, with a detailed look at virtual function support.

Chapter 5, The semantics of Constructor, Destructor, and Copy, deals with support of class model and object lifetime.

1.2

原创粉丝点击