Which is true? public class Car { XXX Person theDriver = new Person(); theDriver.getDriver( ); }
A. Class Car a Person
B. Class Person a Car
C. XXX should be replaced with public
D. XXX should be replaced with private

Q&A Education