In a program with parent and child classes she has asked me to print a detail line with 3 objects. Line should print name, type of object "which is a toString()", total of tuition and books. Is this the the same as I have been doing like:
ScholarshipStud ent student 1 = new ScholarshipStud ent ( "", "Joe", etc, etc.)
then later I will create this to print in output.
ScholarshipStud ent student 1 = new ScholarshipStud ent ( "", "Joe", etc, etc.)
then later I will create this to print in output.
Comment