That looks fine to me, it means that `C` will dele...
# announcements
d
That looks fine to me, it means that
C
will delegate all methods for
A
to
aImpl
, you'll then need to implement `B`'s methods "normally".
👍🏼 1