SE450: Classes and Inheritance [11/41] ![]() ![]() ![]() |
To set up the discussion of the Template Method pattern, we need to review a little bit of the Java that we have learned already.
What happens when a method is called on a class that is inheriting functionality from an abstract class?
What happens when an abstract class calls abstract methods?