Difference between multi-level and multiple inheritance?
Answer Posted / naveenshekhar
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multilevel inheritance: It has one base class and many
levels of derived classes.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Why use a singleton instead of static methods?
Explain about multithreading?
What are the differences between system.string and system.text.stringbuilder classes?
Can main method be final?
What are value types in c#?
Can scriptable objects have methods?
Explain code compilation in c#.
How can I get around scope problems in a try/catch?
Is c sharp open source?
What is the difference between yield and return?
Is c# a strongly-typed language?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Can the nested class access, the containing class. Give an example?
Please explain the basic string operations used in c#?
Define a strong name in .net?