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 a multicast c# delegate?
What is an icollection in c#?
Does c# support a variable number of arguments?
What is namespace explain with example?
Is for loop faster than foreach?
Why cannot you specify the accessibility modifier for methods inside the interface?
write a c# program add two matrix with input number ?
What is delegation in oops?
What is a console file?
What are custom exceptions? Why do we need them?
Is type nullable c#?
Is c# a backend language?
Why do we use namespace in c#?
What are the different types of assembly?
Which is better python or c#?