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
If I return out of a try/finally in c#, does the code in the finally-clause run?
How do I register my code for use by classic com clients?
What is a int in c#?
What are desktop applications examples?
What is .edmx file?
How does the lifecycle of Windows services differ from Standard EXE?
What is c# most used for?
What are strings in c#?
List some of the basic string operation?
What is thread life cycle in c#?
What is wcf c#?
Is Multiple-inheritance supported by c#?
What problem does Delegate Solve?
Define interface class in c#?
How to prevent the error while updating ui control from another thread?