Computer Science, asked by sharankumar2830, 3 months ago

Given the following type of inheritances

i. Simple inheritance

ii. Multilevel inheritance

iii. Hierarchical inheritance

iv. Multiple inheritance

Which type of the inheritance creates the ambiguity problem when we try to access base class implementations from sub class?​

Answers

Answered by vikaslovely00
16

Option D- Multiple inheritance

Multiple inheritance creates the ambiguity problem when we try to access base class implementations from sub class

Similar questions