write a program to Implement Inheritance with C++ with respect to shape: Two-dimensional shape
Answers
Answered by
0
Answer:
C++ program to create and display properties of a typist from a staff using Single Inheritance. In this example, typist class is derived and staff class is the base class. ... Since the child is derived from a single parent class, it is single inheritance.
Explanation:
Hope it helps you
Similar questions