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 the data type for bit in c#?
Define encapsulation?
Does c# have a 'throws' clause?
What is local function?
Explain streamreader/streamwriter class?
What is private in c#?
Can I define my own exceptions?
How do I edit a dll file?
Why singleton class is sealed?
Int map to which .net types?
Explain About .NET Framework
What is unmannaged code and will CLR handle this kind of code or not .
What are the three types of operators?
Explain deadlock?
What is a three-tier application.