How to call a base class function from a derived class function in C++?
In this blog post, you will learn how to call a base class function from a derived class function in C++. The primary prerequisite to solving this problem is an understanding of inheritance. So here I assumed you have already an understanding of inheritance in C++. So let’s get started with the problem statement. Problem […]
How to call a base class function from a derived class function in C++? Read More »