This document provides an introduction to object oriented programming concepts in C++. It covers key topics such as classes, objects, data members, methods, inheritance, constructors, destructors, static variables, function overloading, access specifiers, and abstract classes. The document contains 31 multiple choice questions to test understanding of these fundamental OOP concepts when programming in C++.