Advantages of object oriented programming in c++
Answers
Answered by
0
Advantages Of Object Oriented Programming :-
1:-OOP provides a clear modular structure for programs.
2:-It is good for defining abstract data types.
3:-Implementation details are hidden from other modules and other modules has a clearly defined interface.
4:-It is easy to maintain and modify existing code as new objects can be created with small differences to existing ones.
5:-objects, methods, instance, message passing, inheritance are some important properties provided by these particular languages.
6:-encapsulation, polymorphism, abstraction are also counts in these fundamentals of programming language.
7:-It implements real life scenario.
8:-In OOP, programmer not only defines data types but also deals with operations applied for data structures.
I think it will help you
1:-OOP provides a clear modular structure for programs.
2:-It is good for defining abstract data types.
3:-Implementation details are hidden from other modules and other modules has a clearly defined interface.
4:-It is easy to maintain and modify existing code as new objects can be created with small differences to existing ones.
5:-objects, methods, instance, message passing, inheritance are some important properties provided by these particular languages.
6:-encapsulation, polymorphism, abstraction are also counts in these fundamentals of programming language.
7:-It implements real life scenario.
8:-In OOP, programmer not only defines data types but also deals with operations applied for data structures.
I think it will help you
Answered by
1
this is the answer to that question
Attachments:
Similar questions