In this lesson, you will learn to specify const (constant) objects and const member functions; create objects composed of other objects; use friend functions and friend classes; use the this pointer; create and destroy objects dynamically with operators new and delete, respectively; use static data members and member functions.
|