Rakesh reddy

Rakesh reddy

  • 1.4k
  • 201
  • 5.1k

Multiple Inheritance

Jan 20 2017 6:30 AM
HI all, 
 
C# does't support multiple Inheritance - Reason is parent classes have the methods with the same name,
So while calling the parent class method from child class, the child class is getting confusion to which parent class related method to invoke.
 
Here my question is if i am the developer, then i will be take care for not to have the same methods names in Parent classes.
 
This time c# supports multiple inheritance please anyone explain the background reason why it is not supports multiple inheritance.
 
Thanking you in advance. 

Answers (5)