kionbruno5745 kionbruno5745 27-08-2019 Computers and Technology contestada Assume that myCar is an instance of the Car class and that the Car class has a member function named accelerate. Which of the following is a valid call to the accelerate member function? (A) myCar:accelerate ) (B) myCar.accelerate (C) myCar::accelerate ) (D) Car->accelerate)