What is Ambiguity in single inheritance?
Answers
Answered by
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
please mark as BRAINliest answer
Answered by
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