final class D { A _xa; B _xb; D (B xb) { _xa = new A(); _xb = xb; } void f(C xc) { ... } }
Draw two diagrams showing the relationships between D and A, B and C.