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
Give an example to show for hiding base class methods?
What is string [] args in c#?
What is sealed class in c#?
What is the usage of transponders?
Give examples for value types?
How does c# generics and c++ templates compare?
What is generic collection in c#?
What is the C# syntax to catch any possible exception?
What is interface inheritance in c#?
What is different about switch statements in c#?
Illustrate serialization?
What are the basic string operations? Explain.
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is difference between mutable and immutable in c#?
What is difference between abstraction and encapsulation in c#?