Question
a.
If a class has more than one virtual function, it’s abstract class
b.
If a class have only one pure virtual function, it’s abstract class
c.
If a class has at least one pure virtual function, it’s abstract class
d.
If a class has all the pure virtual functions only, then it’s abstract class
Posted under Object Oriented Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which among the following best describes abstract classes?
Similar Questions
Discover Related MCQs
Q. Can abstract class have main() function defined inside it?
View solution
Q. If there is an abstract method in a class then, ________________
View solution
Q. If a class is extending/inheriting another abstract class having abstract method, then _______________________
View solution
Q. Abstract class A has 4 virtual functions. Abstract class B defines only 2 of those member functions as it extends class A. Class C extends class B and implements the other two member functions of class A. Choose the correct option below.
View solution
Q. Abstract classes can ____________________ instances.
View solution
Q. We ___________________ to an abstract class.
View solution
Q. Which among the following is an important use of abstract classes?
View solution
Q. Use of pointers or reference to an abstract class gives rise to which among the following feature?
View solution
Q. The abstract classes in java can _________________
View solution
Q. Abstract class can’t be final in java.
View solution
Q. Can abstract classes have static methods (Java)?
View solution
Q. It is _________________________ to have an abstract method.
View solution
Q. How many abstract classes can a single program contain?
View solution
Q. Is it necessary that all the abstract methods must be defined from an abstract class?
View solution
Q. A template class can have _____________
View solution
Q. Which among the following is the proper syntax for the template class?
View solution
Q. Can default arguments be used with the template class?
View solution
Q. What is the syntax to use explicit class specialization?
View solution
Q. Which is the most significant feature that arises by using template classes?
View solution
Q. A template class defines the form of a class _____________________ it will operate.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!