Refactoring (part 4)

  • 14
  • Locked
4.1. Replace inheritance with delegation. 4.1.1. The University class must not inherit Student. 4.1.2. The University class must have a students list. Don't forget to initialize it. 4.1.3. Add a setter and getter for students.
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