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
Is array value type in c#?
Give an example of a ctype.
Who is a accessibility modifier “protected internal†available to ?
How do destructors and garbage collection work in c#?
What is the advantage of dependency injection?
What is an argument in c#?
What is instantiating a class?
How assembly versioning in .NET prevent DLL Hell problem?
What is sorting in c#?
Is Facebook a desktop application?
Is the following code legal?
What is difference between array and arraylist in c#?
What does return do in for loop?
What is the difference between field and variable in c#?
How can you access a private method of a class?