adplus-dvertising
frame-decoration

Question

Abstract functions of a base class _________________

a.

Are overridden by the definition in same class

b.

Are overridden by the definition in parent class

c.

Are not overridden generally

d.

Are overridden by the definition in derived class

Answer: (d).Are overridden by the definition in derived class

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Abstract functions of a base class _________________

Similar Questions

Discover Related MCQs

Q. If virtual functions are defined in the base class then _______________

Q. Which feature of OOP is exhibited by the function overriding?

Q. What are constant member functions?

Q. Which keyword must be used to declare a member function as a constant member function?

Q. Which objects can call the const functions?

Q. Non-const functions _______________________

Q. Which is a correct condition on const member functions?

Q. If a const object calls a non-const member function then ____________________

Q. Can a constructor function be constant?

Q. A function can have both the const and non-const version in the same program.

Q. How is it possible to have both const and non-const version of a function?

Q. When both the const and non-const version of a functions are required?

Q. If a function is to be made const, which is the correct syntax?

Q. Functions which differ in const-ness are considered ______________________

Q. If const version of a function when overloading is used, the function ___________________

Q. Which among the following is recommended for const functions?

Q. Use of const member function in a program _________________________

Q. Which is private member functions access scope?

Q. Which among the following is true?

Q. Which member can never be accessed by inherited classes?