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
What is an abstract class c#?
What is the advantage of constructor in c#?
What is gui in c#?
Describe ways of cleaning up objects in c#.
What is inumerable?
How much time will it take to learn unity?
What is the syntax for calling an overloaded constructor within a constructor?
What is generic in c#?
What is dto c#?
Can u list some style properties of List Box?
How to implement singleton design pattern in c#?
What are the uses of delegates in c#?
Why var is used in c#?
Explain what are the steps for creating clr trigger?
What is parallel foreach in c#?