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 are the differences between a class and structure
How can you force derived classes to provide new method implementations for virtual methods?
Is stringbuilder faster than string concatenation c#?
What is a ienumerator?
Define thread? Explain about multithreading?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is a must for multitasking
How to properly clean up excel interop objects?
What is the difference between struct and class in c#?
How does the lifecycle of Windows services differ from Standard EXE?
Are cao stateful in nature?
What is 8 bit signed integer?
What is verbatim string literal in c#?
Explain what is an interface in c#?