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 a structure in c#
What is asenumerable in c#?
What are the advantages of generics in c#?
Explain static class members.
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is marshalling and what are different kinds of marshalling?
What is the difference between var and dynamic types in c# 4.0?
What are the extension methods in c#?
what is object-oriented programming (oop) language?
What is data bind in c#?
What is multidimensional array in c#?
Can we have multiple constructors in a class c#?
What is unrecognized escape sequence in c#?
What is an icollection in c#?
Where do we use static class in c#?