Difference between multi-level and multiple inheritance?
Answer Posted / naveenshekhar
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multilevel inheritance: It has one base class and many
levels of derived classes.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is a generic method?
What is .cshtml file?
How big is an int16?
What are extensions in c#?
What is the difference between add and addrange in c#?
What is the difference between paramaterized constructor and copy constructor?
What is an int c#?
Can we use "this" command within a static method?
Differentiate between dataset and datareader?
Is ram a heap?
Can derived classes have greater accessibility than their base types?
Is hashset ordered c#?
Explain async and await?
What is uint64?
can you create a function in c# which can accept varying number of arguments