Difference between multi-level and multiple inheritance?
Answer Posted / naveenshekhar
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multilevel inheritance: It has one base class and many
levels of derived classes.
Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is the difference between readkey and readline in c#?
What is namespace in oop?
How can I access the registry from c# code?
Can a struct inherit from another struct or class in c#?
in object oriented programming, how would you describe encapsulation?
What does the dispose method do with the connection object?
What is the relationship between a process, application domain, and application?
What is Dependency of Injection?
Why do we need static in c#?
What is routing in c#?
What is a console?
What is a scope in c#?
What is difference between dynamic and var in c#?
What is byte c#?
What is generic delegate in c#?