what is the real use of interface in c#,other than that
multiple inheritance is not possible
Answer Posted / ravindarjobs
have a look at this link
http://msdn2.microsoft.com/en-us/library/3b5b8ezk.aspx
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
List down the commonly used types of exceptions in .net
Where’s global assembly cache located on the system?
What are the new features in c# 2.0?
Why would you use a class property in c#?
What is use of singleton class in c#?
Explain about Threading Types.
What are the basics of c#?
What are partial types in c#?
What is difference between a function and a method?
What is thread.sleep()?
What does it mean?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is default boolean value in c#?
What does using do in c#?
Explain deadlock?