Computer Science, asked by Sandeepjadaun6834, 11 months ago

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 Aishwarya98
2

Object Oriented Programming in C++:

  1. This concept is introduced in c++ in order to simplify the program code.
  2. The object oriented programming concept include inheritance, polymorphism, encapsulation, abstraction, class, objects etc.
  3. Object oriented programming provides data hiding in order to prevent the accessibility of the global variable.
  4. Object oriented programming concepts will enable us to implement the project code in the real time applications.
  5. Easy to maintain and modify the existing code.

Aishwarya98: Mark me as brainliest.. :)
Answered by yandapallydurgareddy
0

Answer:

objects

classes

data encapsulation

data abstraction

inheritance

polymorphism

dynamic binding

message passing

Attachments:
Similar questions