Abstract Methods
l
A
method
is
abstract
if there is no code
for it in the abstract class; instead the
meaning of the method is obtained from
over-riding in derived classes.
l
Only abstract classes can contain abstract
methods.