What is difference between interface inheritance and class
inheritance ?
Answer Posted / anand
1. we can inherit multiple ingerface to derived class but
only one class can inherit at a time
2. we must give implementation for interface members in
derived class. but it optional for class inheritance
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
What are the types of access modifiers?
What are the different types of constructors?
Why objects are stored in heap in c#?
What is type checking in c#?
How we can create an array with non-default values?
What is the use of regex in c#?
What is dll hell, and how does .net solve it?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What are strongly typed objects?
What is .cs file in c#?
What is a string c#?
What is lazy class in c#?
What is the difference between structure and class in c#?
What is the difference between the debug class and trace class? Documentation looks the same.
Which are the access modifiers available in c#?