Q:

Which among the following best describes abstract classes?

0

Which among the following best describes abstract classes?


  1. If a class has more than one virtual function, it’s abstract class
  2. If a class have only one pure virtual function, it’s abstract class
  3. If a class has at least one pure virtual function, it’s abstract class
  4. If a class has all the pure virtual functions only, then it’s abstract class

All Answers

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

 (c).If a class has at least one pure virtual function, it’s abstract class

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

total answers (1)

OBJECT ORIENTED PROGRAMMING OBJECTS AND CLASSES IN OOPS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Can abstract class have main() function defined in... >>
<< If same object name is given to different objects ...