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
What are the advantages of constructor?
Why are local variables stored in stack?
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?
What is protected internal modifier in C#?
What is or operator in c#?
What is literal in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What is uint16?
Is c sharp free?
How many constructor can a class have?
Is the following code legal?
What is verbatim string?
Is there throws keyword in c#?
What is continue in c#?
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