How do I do if I have an interface A with function compute(A), but I want class B that implements A to have compute(B)
I have a interface A, a class B that implements the class A, and a class C that extends C.
I have a interface A, a class B that implements the class A, and a class C that extends C.