What is the correct answer?
4
class maths { student student1; } class student { String name; }
This code represents:
A. an 'is a' relationship
B. a 'has a' relationship
C. both
D. neither