Constructors and Destructors - Programming

Q1:

A __________ is a constructor that either has no parameters, or if it has parameters, all the parameters have default values.

A default constructor

B copy constructor

C Both A and B

D None of these

ANS:A - default constructor

No answer description is available. Let's discuss.