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 use of expression tree in c#?
Why do we need indexers in c#?
Is c# still popular?
What do you understand by 'access specifiers' in C#?
What are the return types in c#?
What to implement on my class Finalize or IDisposable
What’s a strong name?
Explain about multithreading?
What is the difference between continue and break statement?
Is c# used for frontend or backend?
What is the difference between static and private constructor?
What is sqlconnection in c#?
How do you sort a list in c#?
Give examples for value types?
What is anonymous class in c#?