What?s the difference between an interface and abstract class?
Answer Posted / kirti
In an interface class, all methods must be abstract. In an abstract class some methods can be concrete. In an interface class, no accessibility modifiers are allowed, which is ok in an abstract class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between var and dynamic types in c# 4.0?
What is an actual parameter?
What is a linked list c#?
What is keywords in c#?
Why do we use delegates in c#?
How to transpose multi-dimensional array?
What is type system in c#?
What is the purpose of constructor in c#?
Can you explicitly call a destructor?
Can extension methods access private members?
What is data binding with example?
write a C# Program add two matrix ?
Why delegates are type safe in c#?
Explain concurrency with aop?
What is a clr (common language runtime)?