Difference between multi-level and multiple inheritance?
Answer Posted / ashifa
Multiple inheritance: It has one derived class and can have
more than one base class.
Multilevel inheritance: It has one base class and many
levels of derived classes.
| Is This Answer Correct ? | 56 Yes | 17 No |
Post New Answer View All Answers
What is keywords in c#?
Can I do things in il that I can't do in c#?
How many bytes is an int c#?
What is a datacontract?
How many variables do you need?
What is the difference between list and dictionary in c#?
What is a generic method?
How do I declare a pure virtual function in c#?
What is equal c#?
What is the wildcard character in sql?
What exactly is serverless?
What is object pool in .net?
Describe the parts of assembly.
Why do we need to serialize data?
Why c# is called type safe language?