7.1. Parameterize a method. Replace the incAverageGradeBy01() and incAverageGradeBy02() methods
with an incAverageGrade(double delta) method.
7.2. Pass an entire object. Rewrite the addStudentInfo() method so that it
takes a Student object as an argument.
Refactoring (part 7)
- 14
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet