Which Among The Following Best Describes Abstract Classes #391
Which among the following best describes abstract classes?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Classes - Object Oriented Programming MCQ: Abstract Class - Quiz No.1.
Which among the following best describes abstract classes?
If a class has more than one virtual function, it’s abstract class
If a class have only one pure virtual function, it’s abstract class
If a class has at least one pure virtual function, it’s abstract class
If a class has all the pure virtual functions only, then it’s abstract class