Can we call methods of base class using the constructor of the derived class?
(a) Yes, always
(b) Yes, but not always
(c) No, never
(d) No, but we can call in some cases
I had been asked this question during an internship interview.
My doubt stems from Base Class in chapter Classes of Object Oriented Programming