Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
what is difference between abstract classes and interface
Posted
Comments
Sandeep Mewara 22-Nov-10 8:09am    
Google?

Would it hurt you to try using google for questions like this? Among the more than 43 THOUSAND results returned, this was the first one:

Abstract Classes vs Interfaces[^]
 
Share this answer
 
AFAIK, an interface is only a contract i.e. signatures. An abstract class can have method definitions but at least one item with the modifier abstract thus making the whole class abstract.

That's the way I remember it. Hopefully I'm not to far of track.
(It's been a long time since I had to do with Java)

Cheers

Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900