What's the Difference between Interface and Abstract Class

 Posted by Puneet20884 on 12/23/2009 | Category: OOPS Interview questions | Views: 6356
Answer:

Abstract Class:
Have constructors.
Not necessarily for the class inheriting it to Implement all the Methods.
Doesn't Support Multiple Inheritance.

Where everything is Opposite in the Interfaces.


Source: Self | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Sundermagar on: 3/27/2010
Please be more descriptive in difference between Interface and Abstract Class

Thanks

Login to post response

More Interview Questions by Puneet20884