Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Abstract Classes

807599Feb 12 2007 — edited Feb 14 2007
Hi,

If i define a class as abstract (public abstract class myClass)

Does this implicitly make all the methods in the class abstract or do i need to define them as abstract.

Also in java if a method is abstract, can a derived class use the method without modifying / defining the method


Many Thanks
Alex
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2007
Added on Feb 12 2007
14 comments
108 views