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 func c#?
Give an example to show for hiding base class methods?
What is difference between array and arraylist c#?
What is anonymous types in c#?
What is console readkey in vb net?
Illustrate the process of code compilation in c#?
When was c# created?
What is the difference between a variable and a literal?
What is virtual in c#?
What is unrecognized escape sequence in c#?
How big is a float?
What is a clr (common language runtime)?
What is jit (just in time)?
What is the difference between decimal and integer?
What is instantiating a class in c#?