This project models different types of vehicles (e.g. cars, motorcycles, ships) and their specific behaviors using OOP principles. It's designed as an educational example to illustrate: ...
public Motorrad(String bezeichnung, int ps, int gewicht, boolean kleinMotorrad) throws FuhrparkException { ...