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

Is c# pass by value?

487


Explain the difference between proc. Sent by val and by sub?

477


What is difference between write and writeline in c#?

488


How many static constructors are allowed in a class?

482


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

485






what is the Difference between the public and private ?

519


What is the difference between serialization and deserialization in c#?

452


What is a static field?

508


Are c# strings immutable?

489


Why main is static in c#?

526


Explain About .Net remoting

565


What is the difference between internal and protected in c#?

437


Are c# references the same as c++ references?

550


Is c# dictionary a hash table?

479


What does int parse do in c#?

471