The document describes programs using object oriented programming concepts in C++. It includes programs on friend functions, nested classes with file handling, and multiple level inheritance. The friend function program demonstrates accessing private data of a class using a friend function. The nested classes program stores student information in arrays of nested classes and reads/writes to a file. The inheritance program uses multiple inheritance to store and display details of students applying for financial assistance.