How do you implement multiple inheritance in .NET?
Answer Posted / ranjanatyagi
By using multiple Inheritence.
Is This Answer Correct ? | 6 Yes | 29 No |
Post New Answer View All Answers
Why do I get a security exception when I try to run my c# app?
The int maps to which C# keyword in .NET type?
What is the difference between early binding and late binding in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is difference between abstraction and encapsulation in c#?
How to sign an assembly with strong name?
What is hashmap in c#?
Why do we use constructors in c#?
What does this keyword mean in c#?
How do you comment in c#?
Can you change the value of a constant filed after its declaration?
What is the purpose of dependency injection?
Describe two uses of the “using” statement during the operation of c#?
the c# keyword .int. Maps to which .net type?
Where static variables are stored?