What?s the difference between an interface and abstract class?
Answer Posted / guest
In the interface all methods must be abstract, in the
abstract class some methods can be concrete. In the
interface no accessibility modifiers are allowed, which is
ok in abstract classes
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are extension methods and where can we use them?
What is instantiating a class?
What are the 3 types of comments in c#?
What does do in c#?
Explain how is the dll hell problem solved in .net?
Can multiple inheritance implemented in c# ?
What is default class in c#?
What is difference between === and ==?
What is lazy keyword in c#?
What is the difference between “dispose” and “finalize” variables in c#?
What is escape character in c#?
What is meaning of type safety in c#?
What are the steps for creating clr trigger
What is a variable in c#?
What is difference between ilist and list?