Explain Why Ambiguity Potentially Exists With Multiple Inheritance?
Answers
Answered by
0
The ambiguity that arises when using multiple inheritance refers to a derived class having more than one parent class that defines property[s] and/or method[s] with the same name.
Similar questions