Why multiple Inheritence is not used in C#?

Answer Posted / swapnil

to avoid ambiguity problems

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of constructor?

601


Why are local variables stored in stack?

743


If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?

757


What is protected internal modifier in C#?

737


What is or operator in c#?

696






What is literal in c#?

640


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

714


What is uint16?

671


Is c sharp free?

704


How many constructor can a class have?

664


Is the following code legal?

735


What is verbatim string?

670


Is there throws keyword in c#?

652


What is continue in c#?

701


Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates

663