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
Explain get and set accessor properties?
What is the use of console?
What is gridview c#?
Why array is faster than arraylist in c#?
Is null empty or whitespace c#?
What is a dll in c#?
Name the property of the textbox which cannot be changed at runtime?
How to implement delegates in c#.net
What is Web.config?
Enlist some of the properties of a thread class?
How do you prevent a class from being inherited in c#?
How to add a readonly property in c#.net
What is the difference between interface and abstract class in c#?
What is cache memory in c#?
What does using do in c#?