1.

Choose the object of TextReader class.(a) Console.In(b) Console.Out(c) Console.Error(d) None of the mentionedThe question was asked in class test.I need to ask this question from Introduction of Console I/O Operations in portion Console I/O Operations and Stream Classes of C#

Answer»

Correct CHOICE is (a) Console.In

The BEST I can explain: Console.In is an instance(OBJECT) of TextReader class and we can use the methods and properties DEFINED by TextReader to invoke the object console.in.



Discussion

No Comment Found

Related InterviewSolutions