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 is the ouput of the following program?

560


Why ienumerable is used in c#?

468


Difference between directcast and ctype.

535


What operator means?

483


Difference between debug.write and trace.write?

519






Why singleton class is sealed in c#?

507


Define delegate?

538


Define c# i/o classes? List the commonly used classes?

541


How do I start a program in c#?

489


What are cshtml files?

484


How do I open the console window?

567


Illustrate serialization?

509


What is the use of properties window?

495


What is the difference between ienumerable and enumerator?

446


Define xslt.

542