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.
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
Reviewed by Baljeet Singh
on
00:35
Rating:
![Alias Of Class Name](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcT2Zp71MiVpJvrFtf0y9WgJkrMhsDj8ovN74FZtb6VDZwyrWPWzHFdW0p4n0RZ3mmehO8mM1-jFLjR_cSbUE4BvUh-8n9OfDFKqrIyZ4LN_Rkdsev3cfpNqDUJaxsBOphAM_7VCckiQY/s72-c/img.png)
No comments: