What is the difference between Abstract and Interface?
Answer Posted / saurabh
you can define variables in abstract class but this is not
allowed in interfaces.
| Is This Answer Correct ? | 20 Yes | 11 No |
Post New Answer View All Answers
What is dependency injection?
What is static classes?
What is the difference between early binding and late binding in c#?
Is null == null c#?
Why is hashset faster?
What are functions c#?
What is the difference between system.string and system.text.stringbuilder classes?
How can I process command-line arguments?
Int map to which .net types?
Explain the steps to create satellite assembly?
Does unity require coding?
In howmany ways can you deploy an assembly?
What is difference between method and function in c#?
How to override a function in c#?
Why do we use yield in c#?