Hi, Here is the Q You get this description of class: Employee is a person. For every employee, we keep a vector with the working hours , an integer for the salary and a variable that can be true or false whether or not employee has a company car. Indicate which of the following would be define the class members. a) vector b) Employee c) Object d) int e) boolean Answers given are only a. But I think a,d,e. Can anybody claer this. Thankyou, Madhuri.