Difference between multi-level and multiple inheritance?
Answer Posted / rizwan iqbal
In multiple inheritance there is a more than one parent class and one child class..
eg:
parent class
parent class
child class
Multilevel:
In Multilevel inheritance there is a more than one child classes and only one base class
eg:
base class
child class
child class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the access modifiers in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What is difference between first and firstordefault?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is difference between struct and class in c#?
Why abstract class is not instantiated in c#?
What is the difference between values and reference types?
User's session is explicitly killed by which method ?
Define a class and an object?
Write the syntax for catching an exception in c#?
What is the object class in c#?
Is list immutable in c#?
Explain how can I get around scope problems in a try/catch?
Is it possible to force garbage collector to run?
Is php better than c#?