CompTIA Tech+ FC0-U71 Practice Question
In an object-oriented programming language, an instance of a 'Car' object has been created. Which of the following choices BEST represents a property of this 'Car' object?
Car.color
Car.startEngine()
Car.drive()
ColorCar
CarModel