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. Car -> accelerate();
b. myCar::accelerate();
c. myCar.accelerate();
d. myCar:accelerate();
e. None of these

c. myCar.accelerate();

Computer Science & Information Technology

You might also like to view...

What type of loop always executes at least once

What will be an ideal response?

Computer Science & Information Technology

How many disk can I lose in a RAID 0

A. 0 B. 1 C. 2 D. 3

Computer Science & Information Technology