What?s the difference between an interface and abstract class?
Answer Posted / pvschmurthy
In Abstract class must have one sub class, but Interface
cann't have sub class only implimentation class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you prevent a method from being overridden in c#?
What are All kind of access specifiers for a class and for methods
What are the types of comments in c#?
What are custom attributes in c#?
Why do we need serialization?
How do I create a multilanguage, single-file assembly?
Why to use lock statement in c#?
Why do we need interfaces in c#?
What is deadly diamond problem?
How to use reflection to call generic method?
What is type class in c#?
Differentiate between static class and singleton instance?
What is the purpose of a console table?
What is the property of a class in c#?
How is method overriding different from overloading?