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 is difference between asp net and c# net?
Is and as in c#?
What is null character in string?
How do we achieve encapsulation in c#?
What is the difference between firstordefault and first?
What is delegates in c#?
Does c# have primitives?
How to implement delegates in c#.net
Give some examples of commonly used i/o classes?
When should we use delegates in c#?
Is c# dictionary a hash table?
Is c# a technology?
Why var is used in c#?
What is a linked list c#?
How do you remove white spaces from a string?