->Through inheritance we can eliminate redundant code and extend the use of existing classes.
-> We can build programs from the standard working modules that communicate with one another, rather than having to start writing the code from scratch this idea to saving the development time and higher productivity.
-> The principle of Data Hiding helps the programmer to build a secure programs that cannot be invaded by code in other parts of the program.
-> It is possible to have multiple instances of an object to co-exist without any interference.
-> It is easy to partition of work in a project based on objects.
-> It is possible to map objects in the problem domain to those in the program.
-> The data centred design approach enables us to capture more details of a model in implementable form.
-> Object oriented systems can be easily upgraded from small to large systems.
-> Message passing techniques for communication between objects makes the interface descriptions with external systems much simpler.
-> Software complexity can be easily managed.
-> We can build programs from the standard working modules that communicate with one another, rather than having to start writing the code from scratch this idea to saving the development time and higher productivity.
-> The principle of Data Hiding helps the programmer to build a secure programs that cannot be invaded by code in other parts of the program.
-> It is possible to have multiple instances of an object to co-exist without any interference.
-> It is easy to partition of work in a project based on objects.
-> It is possible to map objects in the problem domain to those in the program.
-> The data centred design approach enables us to capture more details of a model in implementable form.
-> Object oriented systems can be easily upgraded from small to large systems.
-> Message passing techniques for communication between objects makes the interface descriptions with external systems much simpler.
-> Software complexity can be easily managed.
Post a Comment