Question: Write a generic class, PairGen , with a type parameter T where T extends Comparable. The class has two instance variable of type T. Provide
Write a generic class, PairGen, with a type parameter T where T extends Comparable. The class has two instance variable of type T. Provide a constructor, max method that return the largest of the two instance variables and min that return the smallest.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
