Difference between multi-level and multiple inheritance?
Answer Posted / #imadude
Multiple inheritance.
- when a class is derived from two base classes.
Multilevel inheritance.
- When one derived class is working as the base class of another.
~peaceout~
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we need encapsulation in c#?
When is a class declared as a class abstract?
Why do we need indexers in c#?
Is .net and c# the same?
How can I process command-line arguments?
What's the difference between System.String and System..StringBuilder in C#?
What is the difference between paramaterized constructor and copy constructor?
Can we write class inside a class in c#?
What is a void c#?
What are the collections in c#?
what is an event? Define delegate?
Is c++ or c# better?
What is difference between variable and property in c#?
Is it good to use var in c#?
What are the 2 kinds of data type conversions in c#?