← Back to Question ListSelect topics to narrow your question pool, then enable Random to jump to a random question matching your filters.
Topics:
What is the advantage of writing a function with a base class reference parameter, such as:
``cpp
void toUpper(istream& in, ostream& out);
``