Computer Science, asked by ameer3562, 1 year ago

What is Ambiguity in single inheritance?

Answers

Answered by Anonymous
0
Single Inheritance in C++ Programming. ... When a single class is derived from a single parent class, it is called Single inheritance. It is the simplest of all inheritance. For example, Animal is derived from living things.

please mark as BRAINliest answer
Answered by Akkuyadav
1
Single inheritance In C++programming.. When a single class is derived from a single parent class, it is called single inheritance. It is the simplest of all inheritance .For example, Animal is derived from living things
Similar questions