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, never
This 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