How do you implement multiple inheritance in .NET?
Answer Posted / ashish
Dear All,
Please help me I am confused with concept of interface.
Every book and every post says that multiple inheritance is
achived by interface as a class implement more then 1
interfacet, but is it really a multiple inheriance ?
Inteface just provides prototype and not any
functionality , so even if class implements more then one
inteface class has to write its code to implement it and if
any other class is also implemnting interface that class
also has to write code to implemnt it , so how multiple
inheritance is achieved.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How do you name a variable in c#?
Value Type and Reference Type Data type in C#?
How can you sort strings in array that are passed to method as arguments?
What is readline c#?
What is parsing? How to parse a date time string?
Could you explain the difference between func vs action vs predicate?
What do you mean by casting a data type?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is an escape sequence? Name some string escape sequences in c#.
What are collection classes?
Why do we need serialization?
What is visual c# net?
What is scaffolding in c#?
What is private constructor c#?
Expalin the way you implement inheritance by using VB.NET/C#?