Which of the following is most likely a base class of the other three?
a. automobile.
b. convertible.
c. miniVan.
d. sedan.
a. automobile.
Computer Science & Information Technology
You might also like to view...
The line: virtual double earnings() const = 0; appears in a class definition. You cannot deduce that:
a. All classes that directly inherit from this class will override this method. b. This class is an abstract class. c. Any concrete class derived from this class will have an earnings function. d. This class will probably be used as a base class for other classes.
Computer Science & Information Technology
Which term refers to the capability of a switch to copy data from any or all physical ports on a switch to a single physical port?
A. Port blocking B. Load balancing C. Port mirroring D. Port authentication
Computer Science & Information Technology