C++: OO Basics¶
Learn how to use object oriented techniques to write maintainable code.
Encapsulation/data hiding
Classes, objects, and methods
All that fancy stuff that makes our lives hard
Constructors and destructors
Object copy
const
… and whatnot …