adplus-dvertising
frame-decoration

Question

If a function declared as abstract in base class doesn’t have to be defined in derived class then ______

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

Answer: (b).Derived class should be made abstract class

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.

Q. Which among the following is true?

Q. Which among the following is correct for abstract methods?

Q. If a class have all the abstract methods the class will be known as ___________

Q. The abstract methods can never be ___________ in a base class.

Q. The abstract method definition can be made ___________ in derived class.

Q. How many types of member functions are possible in general?

Q. Simple member functions are ______________________

Q. What are static member functions?

Q. How can static member function can be accessed directly in main() function?

Q. Correct syntax to access the static member functions from the main() function is:

Q. What are const member functions?

Q. Which among the following best describes the inline member functions?

Q. What are friend member functions (C++)?

Q. What is the syntax of a const member function?

Q. Which keyword is used to make a nonmember function as friend function of a class?

Q. Member functions _____________________

Q. All type of member functions can’t be used inside a single class.

Q. Which keyword is used to define the static member functions?

Q. Which keyword is used to define the inline member function?