Advantages of OOP
Advantages of OOP
1. A user can create new data type by making a class.
2. Once written, compiled and tested code can be reused in another program while using the concept of inheritance.
3. Data can be hidden from outside world using encapsulation.
4. Operators or functions can be overloaded using polymorphism.
5. Object-oriented system can be easily upgraded from a small system to large system.
6. Software Complexity can be easily managed.
No comments: