Java - Abstract Classes

Posted by Gogi on Stack Overflow See other posts from Stack Overflow or by Gogi
Published on 2010-03-21T06:12:33Z Indexed on 2010/03/21 6:21 UTC
Read the original article Hit count: 333

Filed under:

If I declare class as abstract with no abstract methods declared in it, will it give a compilation error ?

© Stack Overflow or respective owner

Related posts about java