Which is the base class in the following statement?
```
class Car : public Vehicle
```
a. Car
b. Vehicle
c. public
d. class
e. None of these
b. Vehicle
Computer Science & Information Technology
You might also like to view...
Today's fastest computers are called __________.
(a) mega computers (b) terminals (c) supercomputers (d) CPUs
Computer Science & Information Technology
A function can ______ a value to indicate success or failure.
a. pass b. set c. return d. none of the above
Computer Science & Information Technology