An Example of ~ namespace in C#.
namespace software
{
namespace accounts
{
class Customer
{
}
}
namespace inventory
{
class Item
{
}
class Customer
{
}
}
}
class psp
{
public static void Main()
{
software.accounts.Customer c;
c=new software.accounts.Customer();
}
}
---------------------------------------------------------------------------------
This is a nice article..
ReplyDeleteIts easy to understand ..
And this article is using to learn something about it..
c#, dot.net, php tutorial, Ms sql server
Thanks a lot..!
ri70