Transcription: FStream, IFStream, and OFStream are the stream classes for files. These three classes adapt their respective base classes to use a file as the ultimate producer or the ultimate consumer. FStream is derived from Iostream. IFStream is derived from Istream. OFStream is derived from Ostream.