Multiple Choice
Which of the following function declarations will accept either cout or a file stream object as its argument?
A) void output fstream &outFile) ;
B) void output ofstream &outFile) ;
C) void output ostream &outFile) ;
D) void output iostream &outFile) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: Class data members are almost always public.
Q19: To assign values to a structure variable,
Q20: What is wrong with the following structure
Q21: If you have a class named myPersonClass,
Q22: A function may return a structure.
Q24: A class member function that automatically initializes
Q25: Who can access private members in a
Q26: The double colon ::) is known as
Q27: A member function of a class should
Q28: If you are designing a class for