some of the main features of Object Oriented Programming which you will be using in C++(technically). Objects Classes Abstraction Encapsulation Inheritance Overloading Exception Handling
CPP is object oriented programming language and its main purpose data hide,data encapsulation, inheritance,polymorephism and its use for class and object. Class create data declaration, access modifier, method declaration.