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 are some characteristics of an array?
What is the difference between xml documentation tag?
Define parsing? Explain how to parse a datetime string?
What is the usage of transponders?
How to put assembly in gac?
What is difference between a function and a method?
What are c# types?
Can private virtual methods be overridden in c#.net?
What is asp net c# corner?
While debugging a C# application can you change the value of a variable?
How do you use nullable?
What are extensions in c#?
What does assert() do in c#?
What is using keyword in C#?
What are different types of Delegates in C#?