I have a base class called Items and 3 derived classes, and within the Items base class i have a print function of the form
public void print(){ Syst
replace println with System.out.print
println
System.out.print