CompTIA ITF+ FC0-U61 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.drive()
Car.startEngine()
Car.color
CarModel
ColorCar