Creating Object Inside Class

# Introduction In this lab, you need to create two classes: `Engine` and `Vehicle`, where the `Vehicle` class contains an object of the `Engine` class and implements a `get_power()` method to retrieve the power attribute of the engine.

|60 : 00

Click the virtual machine below to start practicing