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 is the resgen.exe tool used for?

611


How to rotate an Image in C#?

669


Contrast between an interface and abstract class?

633


What is boxing and unboxing in c#?

541


What is object array in c#?

606






Can you explicitly call a destructor?

612


What is a delegate? How can it works?

614


Can a struct inherit from an interface in c#?

617


What is a property in c#?

556


What are the generation of Garbage Collection in C# .NET ?

627


What is getenumerator?

536


What are immutable types in c#?

573


What are the 2 broad classifications of data types available in c#?

553


What is executereader in c#?

558


How do I get deterministic finalization in c#?

703