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.
Sujeet SumanPosted Jan 23, 2017, 2:02 AM
Nilesh ShahPosted Jan 20, 2017, 10:54 AM
Bryian TanPosted Jan 20, 2017, 10:13 AM
Rakesh reddyPosted Jan 20, 2017, 7:24 AM
Sujeet SumanPosted Jan 20, 2017, 7:11 AM