Given:
Why does D cause a compilation error?
D inherits a() only from C.
D inherits a() from B and C but the return types are incompatible.
D extends more than one interface.
D does not define any method.
Submit