CJCoding With Joseph
15per day
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
C++ Quiz #75

Base Class as Function Parameter

mediumFunctions

What is the advantage of writing a function with a base class reference parameter, such as: ``cpp void toUpper(istream& in, ostream& out); ``