JMoore75841 JMoore75841 02-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; }. a). Has-a ; b). Is-a ; c). Kind-of ; d). There is no relationship between the two classes