InterviewSolution
Saved Bookmarks
| 1. |
Which type of constructor can’t have a return type?(a) Default(b) Parameterized(c) Copy(d) Constructors don’t have a return typeThis question was posed to me in an international level competition.Asked question is from Types of Constructors in portion Constructors and Destructors of Object Oriented Programming |
|
Answer» Correct option is (d) Constructors don’t have a return TYPE |
|