Question: Question 1 continued Finally, here is the course class. A course has a name and a course leader. package colleges; 2 public class Course protected

Question 1 continued Finally, here is the course class. A course has a name and a course leader. package colleges; 2 public class Course protected String name: protected Teacher leader; public Course(String name) { this.name name, NE public Course(String name, Teacher leader) { this.name name this.leader = leader: 11 (d) Looking across all the provided classes, compare the different strategies used for constructing instances of the different object types. (8 marks) (Total 42 Marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
