Computer Science, asked by kk587216, 9 hours ago

Write a program which uses the concept of Single Inheritance.

Answers

Answered by kumarupdesh1982
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 singhkaur1007
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