Benefits of OOPS
Benefits of OOPS
OOPs is a programming approach ,which offers a number of benefits
- Software complexity can easily be managed as it models real world object
- You can easily modify and maintain complexity of program.
- Data hiding can be used to create secure program.
- Classes can be reused for creating other classes through inheritance
- It is easy to partition the work in project based on object.