C++ Program - single inheritance in c++ using public type derivation
Write a C++ program to find area of circle using single inheritance such that base class function accept radius from user and derived class function calculate and display area, using public type derivation
#singleinheritance #publictypederivation