adplus-dvertising
frame-decoration

Question

Which among the following best describes member function overriding?

a.

Member functions having same name in base and derived classes

b.

Member functions having same name in base class only

c.

Member functions having same name in derived class only

d.

Member functions having same name and different signature inside main function

Answer: (a).Member functions having same name in base and derived classes

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 member function overriding?

Similar Questions

Discover Related MCQs

Q. Which is the correct condition for function overriding?

Q. Exactly same declaration in base and derived class includes______________

Q. How to access the overridden method of base class from the derived class?

Q. The functions to be overridden _____________

Q. Which language doesn’t support method overriding implicitly?

Q. In C# ____________________

Q. In Delphi ______________

Q. What should be used to call the base class method from the derived class if function overriding is used in Java?

Q. In Kotlin, the function to be overridden must be ______________

Q. Abstract functions of a base class _________________

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.