Difference between multi-level and multiple inheritance?

Answer Posted / aruna

In C#:
interface is supporting multiple inheritence
class is supporting multi level inheritence.

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to achieve polymorphism in c#?

726


what is .NET framework architecture ??

1758


How do you concatenate in c#?

664


What is parameterized constructor?

689


What is the difference between array and list in c#?

653


Explain the difference between // comments, /* */ comments and /// comments?

681


Why delegates are safe in c#?

610


Write a C# program to find the Factorial of n

739


What are the advantages of clr procedure over t-sql procedure?

783


What is a c# delegate?

790


What is sqlcommand in c#?

688


What is the difference between array and arraylist in c#?

715


Can we create multiple constructors?

675


Why do we use partial class in c#?

658


Can you use all access modifiers for all types?

725