11. (C) Each Student name must be accessed through the Address c las s ac c es s or getName(). T he ex pres s ion student.getAddress() accesses the entire address of that student. The name field is then accessed using the getName() accessor of the Address class.