Refactoring (part 7)

  • 14
  • Locked
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.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet