What is difference between interface inheritance and class
inheritance ?
Answer Posted / jyothish vakkom
in c# thr is no multiple inheritanc.so we use intefaces in
c# 4 implimenting multiple inheritance..
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is the difference between dictionary and hashtable in c#?
Why is it not a good idea to use empty destructors?
What is the difference between constants and read-only?
Is null in c#?
How are delegates chosen?
What are nested classes in c#?
What is different between Implicit conversion and Explicit conversion in C#?
Why do we use methods in c#?
What is the difference between interface and inheritance in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Explain About .Net remoting
Is c sharp free?
Can we have 2 main methods in c#?
Why is c# a good programming language?
What is the meaning of console writeline in c#?