Object in OOP | C++ :

  • Object is a real-word entity.
  • It has states(data) and behaviour(functionality).
  • Object is a runtime entity which is created at runtime.
  • Object is an instance of a class. All the members of class can be accessed through objects.