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 the difference between User controls and Custom Controls?
What is the solution if you need to manipulate sets of items?
Give some examples for built in datatypes in c#?
Is array a collection c#?
What is ienumerable <> in c#?
What is the task perform by clr?
What debugging tools come with the .NET ssSDK?
Where is c# compiler located?
What is an ienumerable in c#?
Can datetime be null c#?
What are the benefits of using generics in c#?
What are generic types?
What will be the output of the following code?
How do I register my code for use by classic com clients?
How many types of constructors are there in c#?