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 the adv of using System.Text.StringBuilder over System.String?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What is or operator in c#?
How is a string immutable?
What is constructor overloading in c#?
What are the fundamental oop concepts?
Does c# support multiple class inheritance?
Define c# delegate?
What is a decimal in c#?
What is the difference between c and c# programming?
What are Regex / regular expressions ?
What is reference types in c#?
What is the use of oops in c#?
What is boolean conditions in c#?
How many bytes is an int?