1. The document discusses a lecture on object oriented programming in C++. It introduces classes and objects, and explains how to declare a class and create objects in C++.
2. It provides an example class called CRectangle with data members and member functions to demonstrate class structure and how to define functions inside and outside the class.
3. The lecture concludes with providing some examples programs to demonstrate class concepts and exercises for students to practice.
Related topics: