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 ulong in c#?
What is a data set in c#?
Compare and contrast between the System.Array.CopyTo() and Clone()?
What is namespace in oops?
What does async mean in c#?
What is a property c#?
Does c# have a 'throws' clause?
Define a class and an object?
How to implement singleton design pattern in c#?
What is semaphore in c#?
What is file extension of webservices?
What is the difference between convert and parse in c#?
Give examples for reference types?
How to sign an assembly with strong name?
What is string class in c#?