Question: Write a (C++) program with a mother class and an inherited daughter class. Both of them should have a method void display() that prints a
Write a (C++) program with a mother class and an inherited daughter class. Both of them should have a method void display() that prints a message (different for mother and daughter).In the main, define a daughter and call the display() method on it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
