Base class has constructor with arguments, then it mandatory for derived class to have constructor
Q. If base class has constructor with arguments, then it is ________________ for the derived class to have constructor and pass the arguments to base class constructor.- Published on 17 Jul 15a. Optional
b. Mandatory
c. Compiler dependent
d. Error
ANSWER: Mandatory