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 collections in c#?
Enlist some of the properties of a thread class?
What is a console application in c#?
What are value types in c#?
What is meaning of type safety in c#?
What is a protected class in c#?
What is a decimal in c#?
What are the different types of delegates?
What is difference between const and static in c#?
What is data reader in c#?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What are the different types of comments in c#?
Where is the keyword void used?
What is different between Boxing and Unboxing?
What does convert toint32 mean?