This document provides examples of C++ programs to demonstrate object-oriented programming concepts like encapsulation, inheritance, and access controls. It includes 6 experiments with examples like defining classes for a calculator, student, and fruit to showcase encapsulation. Inheritance is demonstrated by deriving savings and current bank account classes from an base account class. Access controls are explained through examples of private, public, constant and static class members. The objective is for students to gain practical understanding of these fundamental OOP concepts.