Difference between multi-level and multiple inheritance?
Answer Posted / kautilya
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multi-Level Inheritance: where onc class can inherit only
one base class and the derived class can become base class
of some othere class.
| Is This Answer Correct ? | 250 Yes | 35 No |
Post New Answer View All Answers
What are the types of access modifiers?
What does void do in c#?
What are the extension methods in c#?
Name the two classes are required for implementing a windows service?
What is the purpose of static?
Explain the difference between access specifier and access modifier in c#?
What is the difference between “out” and “ref” parameters in c#?
Give an example of a directcast.
Can the nested class access, the containing class. Give an example?
What is instantiating a class in c#?
What do multicast delegates mean?
Explain the difference between a Private Assembly and a Shared Assembly
Can we override static class in c#?
Define using statement in c#?
Is it possible to have different access modifiers on the get/set methods of a property?