What is Mean by Console and Writeline

Hi guys the questions which we people face at the the time of interview when we people at zero level or 0+something level

Makes our confidence down..though we know something about any topic which is related to interview question….

So here I would like to share some basic things.

Most of the time we face this iner tview question that ,you people write “console.writeline” Or “console.Write”, But what is the meaning of console and writeline/.write

Bu twe didn’t know the meaning at time of interview what is exactly mean by console and writeline/write.

So its my little try to explain all of You readers/freshers what is the meaning of consol.writeline/write.

So when we are going to write Console.writeline ,its Exact syntax is like this

“system.Console..out.println/Writeln”

Here system is the namespace

Console is the is a class

Out is the static object of textwriter which is declared inside console class

And writeln is the static method of textwriter class.

As we know when we want to access the datamemer or member function of static class,we need to access t by using class name

If I went wrong while describing, then, please let me know to boos my knowledge.

Hope this basic topic will help You.