Review : abstract
abstract method
a method without implementation
abstract class
an �incomplete� class
force concrete subclasses to implement abstract methods (if any)
cannot be instantiated
Next slide
Back to first slide
View graphic version