Home » C++ Programming » OOPS Concepts

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

Correct Answer: Base class object will call base class function and derived class object will call derived class function.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion