Skip to main content
BENEFITS OF OBJECT ORIENTED PROGRAMMING
- OOPS offers several benefits to both the program designer and the user
- The following are the advantages of OOPS.
- Through inheritance we can eliminate repeated code and extend the use of existing classes.
- The principle of data hiding helps the programmer to design secure program that cannot be accessed by coding other parts of the program.
- It is possible to have multiple objects to coexist without any inheritance.
- It is possible to map objects in the problem domain to those objects in the program.
- It is easy to partition the work in a project based on objects.
- The data centered design approach enables us to capture more details of a model in an implementable form.
- Object-oriented systems can be easily upgraded from small systems to large systems.
- Software complexity can be easily managed.
Hope u like this post...to learn how exactly OOPS concept is useful to write a program.
Comments
Post a Comment