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
Do not do println on the base class use print instead
println
print