Why we use OOPS concepts? What is its advantage

Showing Answers 1 - 2 of 2 Answers

Gupta Pravin Kumar

  • Oct 6th, 2006
 

Major OOPs Concepts :------------- * Objects * Classes * Data Abstraction and Encapsulation * Inheritance * PolymorphismOOPs has the following advantages over conventional approaches: 1-->OOP provides a clear modular structure for programs which makes it good for defining abstract datatypes where implementation details are hidden and the unit has a clearly defined interface. 2-->OOP makes it easy to maintain and modify existing code as new objects can be created with small differences to existing ones. 3--> OOP provides a good framework for code libraries where supplied software components can be easily adapted and modified by the programmer. This is particularly useful for developing graphical user interfaces.

  Was this answer useful?  Yes

brijesh

  • Jul 11th, 2007
 

OOPS helps to model the real world domain into our application Domain as it has the tight coupling with data members and data function.

We can get   a reusable system which greatly reduces our developement effort which is the need of the hour.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions