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 the difference between protected and private?
Explain the difference between “as” and “is” operators used in c#?
What is a template class?
Define an array?
explain the features of static/shared classes.
Why we use methods in c#?
How can an inner class access the members of outer class?
What is the difference between wrapper class and primitive?
Why is hashset faster?
Is int reference type c#?
how to sort an array in c#
Explain the difference between a struct and a class?
What is sqlcommandbuilder c#?
Differentiate between sqlclient oledb and providers?
How to force my .net app to run as administrator on windows 7?