Difference between multi-level and multiple inheritance?

Answer Posted / kautilya

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

Multi-Level Inheritance: where onc class can inherit only
one base class and the derived class can become base class
of some othere class.

Is This Answer Correct ?    250 Yes 35 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the class in c#?

491


Can we overload indexer in c#?

484


List some of the basic string operation?

504


What is the difference between parse and tryparse in c#?

494


How many static constructors are allowed in a class?

482






What is serialization in .net?

566


How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?

603


Explain attributes in c#?

485


What is msil, and why should developers need an appreciation of it if at all?

576


What is difference between array and arraylist in c#?

450


What's new in c#?

491


What is asax file in c#?

572


How many keyword present in C# language ?

548


What is xml comments in c#?

494


Explain About .NET Framework

529