Q:

Abstract functions of a base class _________________

0

Abstract functions of a base class _________________


  1. Are overridden by the definition in same class
  2. Are overridden by the definition in parent class
  3. Are not overridden generally
  4. Are overridden by the definition in derived class

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(d).Are overridden by the definition in derived class

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If virtual functions are defined in the base class... >>
<< In Kotlin, the function to be overridden must be _...