Question: JAVA Write a class that implements the following genric interface: public interface MathInterface { public N max( N n1, N n2); }
JAVA
Write a class that implements the following genric interface:
public interface MathInterface
public N max( N n1, N n2);
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
