The document contains 6 programs written in C++ demonstrating the use of classes and objects. Program 1 defines a Book class with private data members (page, price, title) and public member functions to get and display book details. Program 2 adds a setvalue function to modify object properties. Program 3 defines a Travel class to track distance and time with additional functions. Program 4 defines a Time class. Programs 5 and 6 demonstrate static class members and functions.