Example & Tutorial understanding programming in easy ways.

What are the various OOPs concepts in C++?

The various OOPs concept are:


- Class 

- Object

- Inheritance

- Encapsulation

- Abstraction 

- Data hiding

- Polymorphism

Read More →