Question: Consider the following problem description and write the Java code. Create two interfaces BasketballTeam and FootballTeam. Define in each interface the method used in order

Consider the following problem description and write the Java code. Create two interfaces BasketballTeam and FootballTeam. Define in each interface the method used in order to print the name of the team with the following format: Basketball Team: "......." Football Team: "......." A Team class that implements these two interfaces. A TeamTest class in order to test your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
