Difference between multi-level and multiple inheritance?
Answer Posted / #imadude
Multiple inheritance.
- when a class is derived from two base classes.
Multilevel inheritance.
- When one derived class is working as the base class of another.
~peaceout~
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can a static class have a constructor c#?
What is the purpose of c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is method in c#?
Which is executed if an exception has not occurred?
What's the difference between a method and a procedure?
Is c# substring zero based?
What is xml serialization and deserialization in c#?
Which framework is best for desktop application?
What is array c#?
What are access modifiers in c#?
What is an object and a class?
How can I access the registry from c# code?
Do we get an error while executing the “finally” block in c#?
What is difference between static and readonly in c#?