Alias Of Class Name

This program describe the alias of class name.
I saved my program on the path :- C:\Users\seven\Desktop\AliasOfClassName.cs

-----------------------------------------------------------------------------
using c = System.Console;


class AliasOfClassName
{
public static void Main()
{
c.WriteLine("Hi ! this is alias of class name");
}
}
-----------------------------------------------------------------------------


For run this program, go to the


Start -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools -> Visual Studio Command Prompt 2010. 



Alias Of Class Name Alias Of Class Name Reviewed by Baljeet Singh on 00:35 Rating: 5

No comments:

Powered by Blogger.