What are the main differences between abstract class & interface ?
Thanks :)
opalpa@gmail.com opalinski from opalpaweb - 29 Jul 2006 16:12 GMT
What comes to my mind is:
* abstract classes can have methods defined (while interfaces contain
declarations)
* a particular class can subclass many interfaces while it can
subclass a maximum one abstract class
Opalinski
opalpa@gmail.com
http://www.geocities.com/opalpaweb/
> What are the main differences between abstract class & interface ?
>
> Thanks :)
cp - 29 Jul 2006 16:30 GMT
Read that. Quite good.
http://javalive.com/modules/articles/article.php?id=17
noname - 30 Jul 2006 09:34 GMT
> What are the main differences between abstract class & interface ?
>
> Thanks :)
Go and buy head first / design pattern, then you'll understand it all.
And thank me again, that would do good to my poor ego :)