April 2019
Intermediate to advanced
360 pages
9h 17m
English
Our solution implementation consists of five interfaces (Type, Style, Frame, Engine, and Kitchen), a MotorHomeAbstractFactory class, a MotorHomeDriver class, and 15 additional classes, 5 for each type. Here is the complete list of interfaces and classes:
| Interfaces | General Classes | TypeA Classes | TypeB Classes | TypeC Classes |
| Type | MotorHomeAbstractFactory | TypeAFactory | TypeBFactory | TypeCFactory |
| Style | MotorHomeDriver | TypeAStyle | TypeBStyle | TypeCStyle |
| Frame | TypeAFrame | TypeBFrame | TypleCFrame | |
| Engine | TypeAEngine | TypeBEngine | TypleCEngine | |
| Kitchen | TypeAKitchen | TypeBKitchen | TypeCKitchen |
The preceding table organizes the types of Java classes that were used in the solution. The classes that are specific ...
Read now
Unlock full access