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 a dbml?
What is difference between encapsulation and abstraction in c#?
What is a boolean c#?
What is a delegate? How can it works?
What the different phase/steps of acquiring a proxy object in webservice?
Why do we need generics?
What is difference between array and collection in c#?
What is the difference between string keyword and system.string class?
What is the difference between system.string and system.text.stringbuilder classes?
What is the difference between final finally and finalize in c#?
Explain About web methods and its various attributes
What sort algorithm does c# use?
What is ildasm.exe used for?
Will the following code compile?
What are interfaces in c#?