Q Which of the following are never inherited?

  • A Public data members
  • B Constructor function
  • C Void functions
  • D Overload + Operator

MCQs Details

Constructor cannot be inherited but a derived class can call the constructor of the base class.