AP Computer Science Aeasymcq1 pt
A class named Car with an instance variable speed creates objects via
A.new Car()
B.Car()
C.make Car()
D.Car.new()
new instantiates the class.
Anew Car()
Practice more AP Computer Science A questions with full explanations
Practice Unit 5: Writing Classes Questions →