Q:

Which among the following is correct for abstract methods?

0

Which among the following is correct for abstract methods?


  1. It must have different prototype in the derived class
  2. It must have same prototype in both base and derived class
  3. It must have different signature in derived class
  4. It must have same return type only

All Answers

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

 (b).It must have same prototype in both base and 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 a class have all the abstract methods the class... >>
<< Which among the following is true?...