public Bike() This is public so that any other class can call it, so we can create many Bike objects private displayColour() This is private so that only the Bike class is allowed to use it If we ...