Difference between multi-level and multiple inheritance?
Answer Posted / sarathi soja
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multilevel Inheritance:
we can inherit a single class in more than one class
one base class and many derived class
| Is This Answer Correct ? | 52 Yes | 25 No |
Post New Answer View All Answers
Can you inherit from a static class in c#?
What is unsigned int?
What is a delegate in c#?
Explain about Error handling and how this is done
What is data bind in c#?
Is there an equivalent to the instanceof operator in visual j++?
What is bitwise operator in c#?
What is singleordefault c#?
What is string class in c#?
Is int reference type c#?
What is definition in c#?
What is scope c#?
What is different between Boxing and Unboxing?
Does c# support a variable number of arguments?
What is int32 in c#?