Multiple inheritance in c# like multiple interface?

Mar 25 2018 2:34 PM
why its not allowed to have multiple base class like multiple interface as both of them have ambiguity if both base contains same method signature.Although This ambiguity in interface is avoided using explicit interface implementation, is there any way for multiple base class in c#?
 
if not why?

Answers (2)