How do you create multiple inheritance in C#?
Answer Posted / arunkumar.v
C# doesnt support multiple inheritence ie.,it doesnt
inherit multiple base class.It generally creates confusion.
Instead you can use Interfaces.You are permitted to inherit
one base class and multiple interfaces.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain briefly the difference between value type and reference type?
What is xml document how do you open it?
What is a c sharp?
Is hashset ordered c#?
Define parsing?
Is list a collection c#?
What is an escape sequence in c#?
Can the nested class access, the containing class. Give an example?
What are the classes contained in a single .NET DLL ?
Explain hash table in c# ?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is a verbatim string literal and why do we use it?
To allow an element to be accessed using a unique key which .NET collection class is used ?
Why we use extension method in c#?
What is class sortedlist underneath?