|
- Prerequisites, Goals and Outcomes Prerequisites: Before you begin this lab assignment, you need mastery of the following: (1) Object Oriented Programming (Knowledge of abstract classes (How to define an abstract class); Knowledge of interfaces (How to define an interface; How to define a class that implements an interface)). Goals:Reinforce your ability to use Java interfaces and abstract classes.
Outcomes:You will demonstrate mastery of the following: (1) Write interfaces. (2) Writing classes that implement interfaces. (3) Writing abstract classes.
|