Difference between multi-level and multiple inheritance?

Answer Posted / sarathi soja

Multiple Inheritance : we can inherit more than one class
in the same classe.

Multilevel Inheritance:
we can inherit a single class in more than one class
one base class and many derived class

Is This Answer Correct ?    52 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain when should you call the garbage collector in .net?

691


How many types of constructor are there in c#?

650


what is difference between destruct or and garbage collection ?

702


What is data reader in c#?

800


What's the difference between System.String and System..StringBuilder in C#?

700


What is the best dependency injection c#?

657


Tell me the difference between call by value and call by reference.

736


Are arrays value types or reference types?

711


What is the default scope of a class in c#?

682


Is list passed by reference c#?

664


What is the difference between list and arraylist c#?

704


For methods inside the interface why can’t you specify the accessibility modifier?

726


How to put assembly in gac?

706


What is state c#?

617


What are predicates in c#?

721