|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--ReportCard
A report card for a student.
| Constructor Summary | |
ReportCard(Student s)
Constructs a report card for a student that reports on all courses that the student is currently taking. |
|
| Method Summary | |
double |
gpa()
Computes the grade point average. |
String |
format()
Formats the contents of this report card. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportCard(Student s)
s - the student| Method Detail |
public String format()
public double gpa()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||