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
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Is python easier than c#?
What is marshalling in c#?
How do I create a single-file assembly?
What is tuple in c#?
What is the property of a class in c#?
What are the types in c#?
What happens during the process of boxing?
Give an example of a ctype.
How do you declare an interface in c#?
What is a constructor in c#?
What does void mean unity?
how to prevent a class from being inherited in c#.net?
What do constructors do in c#?
What is the difference between paramaterized constructor and copy constructor?