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 use of tuple in c#?
What is difference between first and firstordefault?
What is sqlconnection in c#?
What do you know about Translate Accelerator?
Distinguish between finally and finalize blocks?
What is the difference between asp net and c#?
Explain how to add controls dynamically to the form using c#.net.
Is array a collection c#?
Why do we overload constructors?
What is signature c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
How many keyword present in C# language ?
Is an array an object c#?
Is hashset serializable c#?
Explain About stateless and state full web service