0
Can u help me for java question?
1) Modify the interface to support Generics. 2)Provide an implementation for the generics. public interface Binary{ Binary getLeft(); void setLeft(Binary left); Binary getRight(); void setRight(Binary right); Object getValue(); void setValue();
1 Réponse
+ 3
Attempts?