Home / Object Oriented Programming / How a C++ program can be structured using the concept of OOP ?

How a C++ program can be structured using the concept of OOP ?

A C++ program can be structured using the concepts of OOP given below –

  • Class
  • Object
  • Abstraction
  • Encapsulation
  • Data hiding
  • Inheritance
  • Polymorphism
  • Message Passing.