How do you implement multiple inheritance in .NET?
Answer Posted / swapna
Using interfaces we can implement multiple inheritance
in .net.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is form feed and carriage return?
Explain the use of virtual, sealed, override, and abstract method?
What is overloading in c#?
What are the features of c#?
Why is c# a good programming language?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
Can an int be negative c#?
What is yield c#?
What is the difference between firstordefault and first?
Explain the difference between class and interface in .net?
What are Uses of CLR
What is the use of parse in c#?
What do you know about WM_CHAR message?
What is int32 maxvalue?
What does public mean in c#?