
What is OOP?
OOP refers to the object oriented programming which enables the feature of several new concepts by using this the programming become more easier than the conventional programming. In C++ have many features which is very useful and depend on real world entities. Some Features of OOPS Programming Languages are as follows:
1. Inheritance
2. Polymorphism
3. Data Hiding
4. Abstraction
5. Classes and Objects
6. Encapsulation
7. Dynamic...