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


Please Help Members By Posting Answers For Below Questions

What are collections in c#?

560


Enlist some of the properties of a thread class?

587


What is a console application in c#?

522


What are value types in c#?

585


What is meaning of type safety in c#?

547






What is a protected class in c#?

587


What is a decimal in c#?

612


What are the different types of delegates?

569


What is difference between const and static in c#?

561


What is data reader in c#?

703


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.

3887


What are the different types of comments in c#?

573


Where is the keyword void used?

632


What is different between Boxing and Unboxing?

666


What does convert toint32 mean?

592