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
What is parallel programming in c#?
Why is main static in c#?
What is console writeline in c#?
What is c# console application?
What is a collection in c#?
Write a program in C# for checking a given number is PRIME or not.
Define parsing?
Explain how to implement an object pool in c#.net
What is anonymous types in c#?
What the different phase/steps of acquiring a proxy object in webservice?
Can we overload indexer in c#?
What to implement on my class Finalize or IDisposable
How can you achieve run time polymorphism in C#?
How do I join one form to another in c#?
What is ado c#?