Difference between multi-level and multiple inheritance?
Answer Posted / mahfuz hasan
MULTIPLE INHERITENCE:
INHERITENCE OF CHILD CLASS FROM FRIEND AND PARENT CLASSES
MULTILEVEL INHERITENCE:
INHERITENCE OF CHILD CLASS FROM PARENT CLASS WHERE PARENT
CLASS IS CHILD CLASS OF ANOTHER CLASS.
| Is This Answer Correct ? | 8 Yes | 10 No |
Post New Answer View All Answers
Is datetime a value type in c#?
What is difference between assembly and dll?
What is the use of ispostback in c#?
What is dictionary and hashtable in c#?
What are the Types of compatabilities and explain them
if a method is marked as protected internal who can access it?
Can constructor be protected in c#?
Why delegate is used in c#?
What is array formula?
Different between method overriding and method overloading?
What is interface used in c#?
Does c# do array bounds checking?
What is the data encapsulation?
What is the difference between convert and parse in c#?
What is a framework in c#?