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


Please Help Members By Posting Answers For Below Questions

What are circular references? How garbage collection deals with circular references.

539


Why are c# strings immutable?

504


What is serialization in .net?

566


Why is xml called extensible?

503


What are circular references?

526






How many dimensions can an array have?

471


When To use HashTable In C#

551


Why we use get and set property in c#?

520


Explain the difference between // comments, /* */ comments and /// comments?

500


Define method overloading in c#?

592


How do I declare inout arguments in c#?

540


Explain how do I convert a string to an int in c#?

518


What does async mean in c#?

505


How do I open the console?

609


What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

553