• Top Posts

    What is “using” statement in C#?

    “Using” Keyword denotes that the particular namespace is being used by the program.

    For Example, using System. Here System is a namespace. The class Console is defined under System.  So we can use the console.writeline (“….”) or readline in our program.

    No comments

    Post Top Ad

    ad728

    Post Bottom Ad

    ad728