1.

Choose the class on which all stream classes are defined?(a) System.IO.stream(b) Sytem.Input.stream(c) System.Output.stream(d) All of the mentionedThe question was posed to me in homework.This key question is from Introduction of Stream Classes in portion Console I/O Operations and Stream Classes of C#

Answer»

Correct answer is (a) System.IO.stream

The best explanation: The core stream class is System.IO.Stream. Stream represents a BYTE stream and is a base class for all other stream classes. It is also ABSTRACT, which MEANS that you cannot instantiate a Stream object. Stream DEFINES a set of STANDARD stream operations.



Discussion

No Comment Found

Related InterviewSolutions