This document contains 9 exercises demonstrating object-oriented programming concepts in C++ like classes, methods, constructors, and destructors. The exercises create classes to represent geometric shapes, birds, boxes, and more. Methods are defined to set and get data, calculate areas, and display output. Constructors and destructors are used to initialize and cleanup object memory.