The simplest way to explain object-oriented programming to a child is to use an example such as a car. A car has a model name, a color, a year of manufacture, engine size, and so on. As a result, we’d make a Car object with the attributes name, color, engine size, and year.