my $tank = Tank->new( fuel => 100 ); # volltanken my $pkw = PKW->new( tank => $tank ); # ein Auto bauen