Arguments are passed to the base class by the ________ class ________ function. A. base, constructor B. None of these C. derived, destructor D. base, destructor E. derived, constructor The base class's ________ affects the way its members are inherited by the derived class. Group of answer choices A.return data type B. name C.construction D. access specification E. None of these Which is the derived class in the following statement? class Car : protected Vehicle Group of answer choices A.Vehicle B. protected C. Car D. There is no way to tell. E. None of these