Which of these classes is used for input and output operation when working with bytes?
(a) InputStream
(b) Reader
(c) Writer
(d) All of the mentioned
I have been asked this question during an interview.
The query is from Byte Stream topic in chapter Console I/O Operations and Stream Classes of C#