Write a program which uses the concept of Single Inheritance.
Answers
Answered by
1
Explanation:
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.
Answered by
1
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