What do you mean by console in C#?

 Posted by Goud.Kv on 9/6/2014 | Category: C# Interview questions | Views: 2477 | Points: 40
Answer:

Console is the C# identifier derived from the System class. It is a static class and full name is System.Console.

Console is also a part of .NET framework. Main purpose of console is to represent the standard I/O and error streams for console applications.

Console cannot be inherited by any other classes.


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response