There are Five concepts of OOps
1. Encapsulation:- It is the process to combine data members and member function into a single unit.
2. Abstraction; It is the process of showing essential features and hiding all the details in C++.
1. Encapsulation:- It is the process to combine data members and member function into a single unit.
2. Abstraction; It is the process of showing essential features and hiding all the details in C++.