void printGeoObj(const Geo::GeoObj& obj) { /* the correct function is called automatically */ obj.draw(); }
void geoObjAusgeben (const Geo::GeoObj& obj) { /* es wird automatisch die richtige Funktion aufgerufen */ obj.draw(); }