Which among the following class contains the methods to access character based console device?

Which among the following class contains the methods to access character based console device? Correct Answer Console

The Console class contains the methods to access the character based devices. The devices which can stream the data as character set. All those devices can be made use of by using the methods of class Console.

Related Questions

Choose the methods provided by Console.Out and Console.Error?