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
Are c# references the same as c++ references?
What is an inheritance in c#?
What does question mark mean in c#?
What are the steps to create an assembly and add it to the gac?
What is the difference between do and while loop?
Define sealed classes in c#?
What is generic in c#?
What is function c#?
Can a static class contain non static members?
What is a partial method?
What does an indexer do?
What is difference between ienumerable and ienumerator in c#?
How does insertion sort work?
Is python easier than c#?
What is the difference between malloc () and new?