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
What is the use of console readline () in c#?
How to sign an assembly with strong name?
Wht executescaler method is used?
What is the use of protected in c#?
what is IFormatable
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
How can I get the ascii code for a character in c#?
What happens if you add duplicate elements to a set?
What is the difference between Decorator and Adapter pattern?
Explain about c# language.
Can property be private in c#?
What is difference between an reference type and value type in C#?
Define sealed classes in c#?
How do you prevent a class from being inherited?
What is the value which is accepted by all data types ?