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 difference between c and c sharp?
What are the advantages of interface in c#?
What is the difference between static class and singleton class in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
When Should You Call The Garbage Collector In .net?
What is datasource c#?
Are structs value types or reference types?
What are the different states of a thread?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What are properties in C#?
What is readline library?
Can we have only “try” block without “catch” block in c#?
What is null in database?
Explain the difference between directcast and ctype.
How do you create partial methods?