InterviewSolution
Saved Bookmarks
| 1. |
Can constructors be overloaded in derived class?(a) Yes, always(b) Yes, if derived class has no constructor(c) No, programmer can’t do it(d) No, neverThis question was addressed to me during an interview for a job.The query is from Overloading Constructors topic in division Constructors and Destructors of Object Oriented Programming |
|
Answer» The correct OPTION is (d) No, never |
|