✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Imagine you are designing a class to represent a Car. A Car object would have attributes like color, make, model, and year, which store information about the car. It would also have methods like start_engine(), stop_engine(), and drive(), which define what the car can do.
Which of the following is most likely an attribute of a Car class?