C++ is one of the most versatile languages in the world. It is used nearly everywhere for everything… systems programming (operating systems, device drivers, database engines, embedded, Internet of Things, etc.)

Enter Header Image Headline Here

Friday 14 April 2017

Advantage and Features of Object Oriented Programming

    Advantage and Features of Object Oriented Programming


Advantages of Object Oriented Programming:

  • OOP provides a clear modular structure for programs. 
  • It is good for defining abstract data types.
  • Implementation details are hidden from other modules and other modules has a clearly defined interface.
  • It is easy to maintain and modify existing code as now objects can be created with small differences to existing ones.    
  • Objects, methods, instance, message passing, inheritance are some important properties
         provided by these particular languages.

  • Encapsulation, Polymorphism, abstraction are also counted in these fundamentals of programming language.
  • It implements real life scenario.
  • In OOP, programmer not only defines data types but also deals with operations applies for data structures.

Features of Object Oriented Programming :

  • More reliable software development is possible.
  • Enhanced form of C programming language.
  • The most important Feature is that it's procedural and object oriented nature.
  • Much suitable for large projects.
  • Fairly efficient languages.
  • It has the feature of memory management.





0 comments:

Post a Comment

Popular Posts

Recent Posts

Categories

Unordered List

Text Widget