Java: interface / abstract classes / abstract method

Posted by Registered User on Stack Overflow See other posts from Stack Overflow or by Registered User
Published on 2010-01-23T22:11:05Z Indexed on 2010/04/16 17:43 UTC
Read the original article Hit count: 360

Filed under:
|
|
|
|

Please help :/

In Java you can create an abstract class that contains only abstract methods. On the other hand, you can create an interface that declares the same methods. So can you use abstract classes instead of interfaces?

Cheers!

© Stack Overflow or respective owner

Related posts about java

Related posts about oop