If programmer have defined parameterized constructor only, then __________________
(a) Default constructor will not be created by the compiler implicitly
(b) Default constructor will be created by the compiler implicitly
(c) Default constructor will not be created but called at runtime
(d) Compile time error
I had been asked this question during an interview for a job.
My question is based upon Overloading Constructors topic in section Constructors and Destructors of Object Oriented Programming