Concept of object oriented programming c++
Aishwarya98:
i hope so you have got the right answer.. if my answer is relevant to your question..please mark me as brainliest..
Answers
Answered by
2
Object Oriented Programming in C++:
- This concept is introduced in c++ in order to simplify the program code.
- The object oriented programming concept include inheritance, polymorphism, encapsulation, abstraction, class, objects etc.
- Object oriented programming provides data hiding in order to prevent the accessibility of the global variable.
- Object oriented programming concepts will enable us to implement the project code in the real time applications.
- Easy to maintain and modify the existing code.
Answered by
0
Answer:
objects
classes
data encapsulation
data abstraction
inheritance
polymorphism
dynamic binding
message passing
Attachments:
Similar questions