Efficient C ++ learning notes (Chapter 4)

zhaozj2021-02-12  178

CH4 Object-based Programming

This chapter describes object-based programming, main contents include basic concepts of classes, such as public, private, private, and protective (Protect) types; class constructor, copy constructor, destructor; static class Members, constant class members (const), variable class members (Mutable); operators overload (to create an Iterator function); pointers to the members of the class.

转载请注明原文地址:https://www.9cbs.com/read-7720.html

New Post(0)