Which is true?

public class Car {
XXX Person theDriver = new Person();
theDriver.getDriver();
}

a. XXX should be replaced with private
b. XXX should be replaced with public
c. Class Person uses a Car
d. Class Car uses a Person