Can u help me for java question? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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();

8th Jun 2022, 3:59 AM
burçin özkan
1 Réponse
+ 3
Attempts?
8th Jun 2022, 7:56 AM
A͢J
A͢J - avatar