What is differance between Abstract and Interface
7 August 2009
940 views
No Comment
An abstract class is a class with at least one function without definitions.
An Interface is a class which only contains function declarations, all the functions are specifically and separately defined later. And you can’t create objects of these classes.
Popularity: 5% [?]
Related interview questions
- Is it possible to create constructor for an Abstract class?
- What are the good practices to use while designing for reuse
- In a WCF, does the datacontract belong in the interface or the class?
- Can I inherit two difference classes to partial classes?
- What are Classes and structures












Leave your response!
You must be logged in to post a comment.