I have a base class Vehicle, a child class Scooter and a class which holds an aggregation relation to Vehicle, called Management.
This is the code of management.h: