TOC PREV NEXT INDEX

C++: A Dialog


6.2. Objectives of This Chapter


By the end of this chapter, you should
1. Understand what a user-defined type (a class) is, and how it is defined.
2. Understand how variables of some simple classes are created, destroyed, and copied.
3. Understand how and why access to the internals of a class is controlled.

www.steveheller.com
steve@steveheller.com
TOC PREV NEXT INDEX