1.

Copy constructors are overloaded constructors.(a) True(b) FalseThis question was addressed to me during a job interview.The question is from Copy Constructor in chapter Constructors and Destructors of Object Oriented Programming

Answer»

The CORRECT option is (a) True

The best EXPLANATION: The COPY constructors are always overloaded constructors. They have to be. All the classes have a default constructor and other constructors are BASICALLY overloaded constructors.



Discussion

No Comment Found

Related InterviewSolutions