ach mist, ja, bitte entschuldige. Ich hatte da was anderes im Kopf Inheritance und habs dann verwechselt. Also meinst du sowas …
class Foo {
private bar : Bar = new Bar();
}
clas Bar {}
also Komposition als Properety der Klasse Foo zu Klasse Bar?