Transcription: The three classes that have names including underscore with a sign are similar to classes of the same name excluding underscore with a sign. For example, Iostream underscore with a sign is almost identical to Iostream. The difference is that these classes have an overloaded assignment operator. Cin is an object of the class Istream underscore with a sign and cout is an object of the class Ostream underscore with a sign. you