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