1.

Write the features of default constructors.

Answer»

The features of default constructors are:

  1. All objects of a class are initialized to same set of values.
  2. These constructors has no arguments.
  3. These constructors are automatically called when every object is created.


Discussion

No Comment Found

Related InterviewSolutions