nOur specifications are fairly ubiquitous. Just
substitute the class name Student with another
class. Change any reference to an Student object with a reference
to an object of another class.
npublic NewObject get (int i)
n…
npublic void append (NewObject n)
n…
npublic void set (int i, NewObject n)
n…
n