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
What is type keyword in c#?
What is ildasm.exe used for?
What is IL / CIL / MSIL?
Differentiate between static class and singleton instance?
Why do we use readonly in c#?
How to find out that the code is written as managed or un-managed code?
What is difference between mutable and immutable in c#?
What is the use of properties window?
Can a class or a struct have multiple constructors?
How does bitwise xor work?
What is the xml document structure?
What is difference between array and arraylist in c#?
What is the difference between finally and finalize block?
What is type safe in c#?
Define c# i/o classes? List the commonly used classes?