Practice ยท 1 of 2
Car Has-An Engine
Given the Engine class, create Car(engine) that stores the engine and delegates start() to it. Do NOT inherit โ compose.
Difficulty: intermediate
Press Submit to check your solution.
Back to lesson: Practice: Composition Drills