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
How to achieve polymorphism in c#?
what is .NET framework architecture ??
How do you concatenate in c#?
What is parameterized constructor?
What is the difference between array and list in c#?
Explain the difference between // comments, /* */ comments and /// comments?
Why delegates are safe in c#?
Write a C# program to find the Factorial of n
What are the advantages of clr procedure over t-sql procedure?
What is a c# delegate?
What is sqlcommand in c#?
What is the difference between array and arraylist in c#?
Can we create multiple constructors?
Why do we use partial class in c#?
Can you use all access modifiers for all types?