Difference between multi-level and multiple inheritance?
Answers were Sorted based on User's Feedback
Answer / kautilya
Multiple Inheritence : while a class has inheritted more
than one classes then it is called multiple inheritance.
Multi-Level Inheritence : where a class can inherit only
one class. while a class has inherited a class and it is
being inherited by other class, this hierarchy is being
called as Multi-Level Inheritence.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / hafiz usman majeed
multiple inheritence means that a class is inherited from
more than one class. whereas multi-level inheritence means
that a class is inherited at more than one level that is it
can be inherited internally and/or protectedly.
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / rajesh kumar k
Multiple inheritance :
More than one Base Class used in Derived Class
Example:
Class A (Base Class)
Class B (Base Class)
Class C (Base Class)
Class D (Derived Class)
Inherit Class A , Class B, Class C
----------------------------------------------------------
Multilevel Inheritance :
Base Class Used Derived Class The Same again we are using as
Base Class
Example :
Class A (Base)
Class B Inherit Class A (Derived Class for Class A
And Base Class for Class C)
Class C Inherit Class B
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / jyothish vakkom
multiple: x x x (base)
x (sub)
multilevel: x (base)
x (intermedit)
x (sub)
| Is This Answer Correct ? | 12 Yes | 1 No |
Can I call a virtual method from a constructor/destructor?
What is the and operator in c#?
What do you mean by serialization in .NET?
What are circular references? How garbage collection deals with circular references.
Hi, Can we implement the Abstract class on interface in c#, If yes then provide the code implementation
what is application domain?
how can include .netframeworl 2.0 in application setup
What is a console file?
What is delimiter in c#?
how to deplaoy a project in the system?
List the different stages of a thread?
Are c# strings immutable?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)