www.itechowais.tech




Features of Constructor in OOP | C++ :

  1. Constructor is always declared in the Public section.
  2. It is called automatically when an object of the class is created.
  3. It has no return type not even void.
  4. It cannot be inherited and virtual.