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 difference between Object and class adapters?

517


What is the default value of date?

456


What is the use of 'using' statement in c#?

487


Explain how to parse a datetime string?

506


What is difference between array and list in c#?

468






What is the relationship between a process, application domain, and application?

503


What is application c#?

500


What is difference between ilist and list?

485


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

1688


explain the three services model commonly know as a three-tier application.

550


Does c# support parameterized properties?

518


Explain the difference between Response.Write () and Response.Output.Write ().

530


Why are mutable structs evil?

543


What are the Types of optimization and name a few and how do u do?

528


Why do I get an error (cs1006) when trying to declare a method without specifying a return type?

545