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
How Do You Convert A Value-type To A Reference-type?
Enlist some of the properties of a thread class?
What is poco c#?
What is a console operator?
What is difference between iqueryable and ienumerable in c#?
Explain About multi level and multiple inheritance how to achieve in .net
What is the CTS, and how does it relate to the CLS?
Is array reference type in c#?
How to create events for a control? What is custom events? How to create it?
Can destructors have access modifiers?
What is thread in c#?
What is the difference between Object and class adapters?
What is namespace explain with example?
What are the types of methods in c#?
What is the difference between arraylist and list in c#?