How do you implement multiple inheritance in .NET?

Answer Posted / cnu

Multiple inheritance means having more than 2 classes at
base level and only one class is derived from them.

In two cases only we can implement inheritance.

1.If we have maximum one class and minimum one interface at
base level.(its not possible in java).

2.If we have two or more interfaces at base level.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does int32 mean?

477


What is string programming language?

440


Explain how to use an extender provider in the project.

490


What is the default modifier for class in c#?

518


Can derived classes have greater accessibility than their base types?

542






How big is an int in c#?

513


How to open a new form on button click in Windows forms?

528


What is extension method in c# and how to use them?

474


What is clr namespace?

492


What are the steps to make an assembly to public?

500


What is readline library?

504


What is a console in c#?

488


What is the implicit name of the parameter that gets passed into the class set method?

489


Why generics are used in c#?

491


Why use “using” in c#?

529