What is difference between interface inheritance and class
inheritance ?
Answer Posted / senthil kumar
In interface inheritance all the methods should be
public.but in class inheritance mey be user defined.
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
What is the difference between dictionary and hashtable in c#?
Explain the OOPS concept in C#?
Distinguish between a class and struct?
Describe an abstract class?
How to achieve polymorphism in c#?
How do I register my code for use by classic com clients?
explain the features of static/shared classes.
What is the advantage of constructor in c#?
What is a property c#?
Explain Direct CAST vs CType ?
What are the different types of literals in c#?
What are boxing and unboxing?
What is function c#?
Is string nullable c#?
What is regex c#?