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
What is the usage of transponders?
Define satellite Assembly in .NET?
What do you mean by a windows process in regards to memory allocation?
What is the difference between “dispose” and “finalize” variables in c#?
Is a c# interface the same as a c++ abstract class?
What are Memory foot print of an exe?
Explain how can I get around scope problems in a try/catch?
Is lazy thread safe c#?
What is variable in c#?
Differentiate between sqlclient oledb and providers?
What is the compiler of c#?
Can private virtual methods be overridden in c#.net?
What is sqldataadapter in c#?
Is c# code is unmanaged or managed code?
Can bool be null c#?