Abstract Classes
807599Feb 12 2007 — edited Feb 14 2007Hi,
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