How do you implement multiple inheritance in .NET?
Answer Posted / phaniram.h
by appling interface keyword to the base class we can
implement multiple inheritance in .NET
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
What is gui in c#?
Can partial class be inherited?
What the different phase/steps of acquiring a proxy object in webservice?
Are arraylist faster or arrays?
What is callback function in c#?
Explain how obfuscator works in .net
Where is the keyword void used?
From which base class do all Web Forms inherit from?
What is a callback c#?
Define delegate?
Explain about WSDL
What is executereader in c#?
What is a Managed Code??
What is the use of generics in c#?
What is an escape sequence? Name some string escape sequences in c#.