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 multicast delegate in c# ?
Can struct have constructor c#?
Can abstract class be instantiated c#?
What are fields in c#?
Which types of inheritances does c# support?
Is c# the same as d flat?
What is difference between hashtable and dictionary in c#?
Can we call server-side code (c# or vb.net code) from javascript?
How can I get the ascii code for a character in c#?
While debugging a C# application can you change the value of a variable?
How do I declare inout arguments in c#?
What kind of the information stored inside the assembly?
What are native methods?
What is lazy loading entity framework?
What are delegates?