Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. We can output text to an object of class ofstream using the insertion operator « because

  2. A.
    the ofstream class is a stream
    B.
    the insertion operator works with all classes
    C.
    we are actually outputting to cout
    D.
    the insertion operator is overloaded in ofstream

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment