You create a class named Car with private non-static data fi…

You create a class named Car with private non-static data fields named year, make, and price. The Car class contains a public non-static function named setYear() whose header is void Car::setYear(int year). Within this function, which statement correctly sets an object’s field to the value of the parameter? (Select all correct answers)