get: um Attributwert zu lesen
set: um Attributwert zu setzen
Namens-Konvention festlegen und beachten.
class A { Foo get_Foo (); Bar getBar ();
void set (x : Foo); void set (x : Bar);
}
Typinformation im Namen ist eigentlich schlechter Stil