Difference between multi-level and multiple inheritance?
Answer Posted / rizwan iqbal
In multiple inheritance there is a more than one parent class and one child class..
eg:
parent class
parent class
child class
Multilevel:
In Multilevel inheritance there is a more than one child classes and only one base class
eg:
base class
child class
child class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is lazy loading entity framework?
Can we inherit private members of class in c#?
What is namespace give the example?
how to stored and retrive video in Sql server using asp.net c#......?
Can a class have more than 1 destructor?
Is void a class?
What is code verification?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is string programming language?
Explain about multithreading?
Explain copy constructor?
What are types in c#?
Can abstract class have private constructor c#?
Is there any sample c# code for simple threading?
What is the use of console readkey in c#?