InterviewSolution
Saved Bookmarks
| 1. |
How many constructors can present in a class?(a) 1(b) 2(c) 3(d) multipleThe question was posed to me in exam.My question is from Class Hierarchies and Abstract Classes topic in section Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» The CORRECT answer is (d) multiple |
|