PPT Slide
? Abstract Classes and Methods:
A method declared as abstract needs only
a signature. The definition is left for
implementation in extended classes.
A class marked abstract is one that has
at least one abstract method.
In what kinds of applications are abstract
classes and methods useful?