Difference between multi-level and multiple inheritance?
Answer Posted / vikram
multiple inheritance:A Class Extends or derived from
atleast more one class or interface.
Multi-level:A class Extends or Derived from exactly one
class & derived class can act as base class for another class
Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
List the differences between method overriding and method overloading?
What is a verbatim string literal and why do we use it?
Explain About remoting and web services. Difference between them
What is the advantage of extension method in c#?
Difference between directcast and ctype.
Why do we need delegates in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is a int in c#?
What is difference between C# and VB.NET?
When To use HashTable In C#
Is 0 an unsigned integer?
What is .dbml file?
Why do we use overloading in c#?
Define Virtual folder?
What is type class in c#?