InterviewSolution
Saved Bookmarks
| 1. |
Which among the following best describes constructor overloading?(a) Defining one constructor in each class of a program(b) Defining more than one constructor in single class(c) Defining more than one constructor in single class with different signature(d) Defining destructor with each constructorI got this question in a national level competition.Query is from Overloading Constructors topic in portion Constructors and Destructors of Object Oriented Programming |
|
Answer» Right answer is (c) DEFINING more than one constructor in single CLASS with different signature |
|