Difference between multi-level and multiple inheritance?
Answer Posted / hafiz usman majeed
multiple inheritence means that a class is inherited from
more than one class. whereas multi-level inheritence means
that a class is inherited at more than one level that is it
can be inherited internally and/or protectedly.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Are c# destructors the same as c++ destructors?
What is cookies in c# asp net?
Is string a data type in c#?
Can a static class contain non static members?
How to Show Message box in Metro Style App?
Is java better than c sharp?
What is difference between singleton and static class in c#?
Can abstract class have constructor c#?
What is a method signature?
Is c# still popular?
What are the properties of string?
How do I join one form to another in c#?
What is variable in c#?
How much time will it take to learn unity?
What does private void mean in c#?