What happens if the base and derived class contains definition of a function with same prototype? - Study24x7
Social learning Network
24 Mar 2023 11:57 AM study24x7 study24x7

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.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles