Question
a.
Derived class must define the function anyhow
b.
Derived class should be made abstract class
c.
Derived class should not derive from that base class
d.
Derived class should not use that function
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. If a function declared as abstract in base class doesn’t have to be defined in derived class then ______
Similar Questions
Discover Related MCQs
Q. Static methods can’t be made abstract in java.
View solution
Q. Which among the following is true?
View solution
Q. Which among the following is correct for abstract methods?
View solution
Q. If a class have all the abstract methods the class will be known as ___________
View solution
Q. The abstract methods can never be ___________ in a base class.
View solution
Q. The abstract method definition can be made ___________ in derived class.
View solution
Q. How many types of member functions are possible in general?
View solution
Q. Simple member functions are ______________________
View solution
Q. What are static member functions?
View solution
Q. How can static member function can be accessed directly in main() function?
View solution
Q. Correct syntax to access the static member functions from the main() function is:
View solution
Q. What are const member functions?
View solution
Q. Which among the following best describes the inline member functions?
View solution
Q. What are friend member functions (C++)?
View solution
Q. What is the syntax of a const member function?
View solution
Q. Which keyword is used to make a nonmember function as friend function of a class?
View solution
Q. Member functions _____________________
View solution
Q. All type of member functions can’t be used inside a single class.
View solution
Q. Which keyword is used to define the static member functions?
View solution
Q. Which keyword is used to define the inline member function?
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!