Everything has an is a relationship.Entity is a unitBuilding is a unitAircraft is an entityTank is an entityHouse is a buildingTower is a buildingThis means that Aircraft should inherit the behaviours and states of Entity and that Entity should inherit the behaviours and states of Unit.