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 ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is COM Interoperability?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is func c#?
What is the difference between list and dictionary in c#?
What is a template class?
What do u mean by delegation?
When should I throw an exception?
What is difference between array and list?
Which control cannot be placed in mdi?
What is marshalling in c#?
What is difference between string and string builder?
Why cannot you specify the accessibility modifier for methods inside the interface?
Can a dictionary have the same key?
What is event and delegates in c#?
What are Types of assemblies that can be created in dotnet