OBJECTIVES o To specify const (constant)objects and const member functions o To create objects composed of other objects o To use friend functions and friend classes o To use the this pointer To create and destroy objects dynamically with operators new and delete, respectively o To use static data members and member functions o 2015, SEU. All rights reserved. 2© 2009, SEU. All rights reserved. © 2015, SEU. All rights reserved. 2 OBJECTIVES To specify const (constant) objects and const member functions. To create objects composed of other objects. To use friend functions and friend classes. To use the this pointer. To create and destroy objects dynamically with operators new and delete, respectively. To use static data members and member functions