adplus-dvertising
frame-decoration

Question

What happens if the base and derived class contains definition of a function with same prototype?

a.

Compiler reports an error on compilation.

b.

Only base class function will get called irrespective of object.

c.

Only derived class function will get called irrespective of object.

d.

Base class object will call base class function and derived class object will call derived class function.

Answer: (d).Base class object will call base class function and derived class object will call derived class function.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What happens if the base and derived class contains definition of a function with same prototype?

Similar Questions

Discover Related MCQs

Q. Which of the following are available only in the class hierarchy chain?

Q. Which of the following is not a type of inheritance?

Q. Which of the following operators cannot be overloaded?

Q. In which of the following a virtual call is resolved at the time of compilation?

Q. Which of the following statements regarding inline functions is correct?

Q. Which one of the following is the correct way to declare a pure virtual function?

Q. Which of the following header file includes definition of cin and cout?

Q. Which of the following keyword is used to overload an operator?

Q. What will happen if a class is not having any name?

Q. Which inheritance type is used in the class given below? class A : public X, public Y {}

Q. Which one of the following is correct about the statements given below?
|. All function calls are resolved at compile-time in Procedure Oriented Programming.
||. All function calls are resolved at compile-time in OOPS.

Q. Which of the following is an invalid visibility label while inheriting a class?

Q. Which one of the following options is correct?

Q. Which of the following statements is correct in C++?

Q. Which of the following is used to make an abstract class?

Q. Which of the following access specifier is used as a default in a class definition?

Q. What is correct about the static data member of a class?

Q. Which of the following provides a reuse mechanism?

Q. Which of the following statement is correct?

Q. First object oriented language 'Smalltalk' were first appeared in