When is the constructor called for an object?
(a) As soon as overloading is required
(b) As soon as class is derived
(c) As soon as class is created
(d) As soon as object is created
This question was posed to me during an internship interview.
My question comes from Overloading Constructors topic in section Constructors and Destructors of Object Oriented Programming