What's new

Help Help po URGENT......pano po ito gawin

Bearmy

Eternal Poster
Established
Joined
Mar 11, 2022
Posts
306
Reaction
9
Points
373
Create another Java interface file that will extend the java interface using the extends keyword. Provide at least three (3) additional methods for this Java application file similar to the ones on the Sports.java interface.
public interface Sports {
public void setHomeTeam(String name);
public void setVisitingTeam(String name);
}
 
Last edited:

Similar threads

Back
Top