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 ? | 7 Yes | 10 No |
Post New Answer View All Answers
What are the types of class in c#?
What is a multicast delegate in c#?
Explain how to use an extender provider in the project.
Can we inherit private members of class in c#?
How many aware interfaces are there?
What is a Jagged Array in C#?
Explain the difference between a namespace and assembly name in .net?
What is constants in c#?
Why are strings in c# immutable?
What is overloading in c#?
What are delegates and why are they required?
Explain about CTS?
What does it mean?
Should I use double or float?
What is an interface class? Give one example of it