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
Why do we need to serialize data?
Explain the process of abstraction with an example?
Is list passed by reference c#?
How many types of methods are there in c#?
Is type nullable c#?
can you declare an override method to be static if the original method is not static?
What is msil, and why should developers need an appreciation of it if at all?
What is verbatim string?
If you want to write your own dot net language, what steps you will u take care?
What are the different states of a thread?
What are jagged arrays used for?
What is default class in c#?
How can an inner class access the members of outer class?
What is managed code?
What kind of the information stored inside the assembly?