How do you implement multiple inheritance in .NET?
Answer Posted / pawan kumar tiwari
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is indexer c#?
Can you put two constructor with the same structure in a class?
What is c# windows form application?
What do you mean by winforms in c#?
What is the difference between out and ref in c#?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is thread.sleep()?
Why do we need interface in c#?
What is hashmap in c#?
Why do we use overloading in c#?
What is asynccallback c#?
Does c# support parameterized properties?
Why do we need constructor?
What is a event in c#?
Can arraylist hold primitive types?