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 inline function in c#?
What is Fragmentation and its Types?
What is console write in c#?
What is a event in c#?
Is c# pass by reference?
Differentiate between static class and singleton instance?
How do I move from one form to another in c#?
Why do we use static methods in c#?
What is the property of class?
What are primitive types in c#?
How do you comment in c#?
Explain states of a thread in c#?
Explain about c# language.
How to assign Null value to Var?
Can you specify nested classes as partial classes?