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 array formula?
Can abstract class have constructor?
Give 2 scenarios where static constructors can be used?
Can a struct be null?
Illustrate namespaces in c#?
What is a race condition?
What is function and method in c#?
How is method overriding different from overloading?
What are expressions c#?
What is dto c#?
How can you read 3rd line from a text file?
What is the difference between a field and a property in c#?
Define c# i/o classes?
What does namespace mean?
What are the 3 elements of delegation?