Difference between multi-level and multiple inheritance?

Answer Posted / muhammad usman

In Multipal inheritance like this:

Base Calss
_________________
/ | \
/ | \
Class1 Class2 Class3

MultiLevel Inherintance:

Base Class
|
|
Class1
|
|
Class2

Is This Answer Correct ?    157 Yes 67 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What Is The Difference Between The System.array.copyto() And System.array.clone()?

532


Explain static class members.

569


Explain about ODP.net

801


What is the difference between static class and abstract class in c#?

456


What is difference between array and arraylist c#?

455






Does c# have a 'throws' clause?

575


What is use of a HashTable in .NET?

695


explain the three services model commonly know as a three-tier application.

540


What is window application in c#?

494


Why do we parse in c#?

464


What is a struct in C#?

555


Can an interface extend a class c#?

506


What is the advantage of singleton class?

478


What is typeof c#?

516


What is the diff between System.String and System.Text.StringBuilder classes?

525