Difference between multi-level and multiple inheritance?

Answer Posted / ankur

Multiple Inheritance:- It will done through 'Interface' in C#

Ex:- Interface1(or Class1) Interface2(or class2)
! !
! !
! !
! -------------------!
!
!
Class
Multilevel Inheritance :- In the multilevel inheritance One class another and so on

Class1
!
!
Class2
!
!
Class3

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is type keyword in c#?

696


What is ildasm.exe used for?

726


What is IL / CIL / MSIL?

878


Differentiate between static class and singleton instance?

735


Why do we use readonly in c#?

668


How to find out that the code is written as managed or un-managed code?

813


What is difference between mutable and immutable in c#?

646


What is the use of properties window?

714


Can a class or a struct have multiple constructors?

728


How does bitwise xor work?

639


What is the xml document structure?

676


What is difference between array and arraylist in c#?

645


What is the difference between finally and finalize block?

693


What is type safe in c#?

663


Define c# i/o classes? List the commonly used classes?

737