chuco4408 chuco4408 07-06-2023 Engineering contestada Which type of relationship is depicted between Student and School? public class Student { private String name; } public class School { Student s; O b. Is-a O c. Kind-of d. There is no relationship between the two classes } a. Has-a