Sunday 3 December 2017

C# Program to Implement Namespaces


Code:

using System;
namespace Sanfoundry.Csharp.Codes
{
    class TestClass
    {
        public TestClass()
        {
            Console.WriteLine("Class to Demonstrate Namespace");
        }
    }
}
class MyClient
{
    public static void Main()
    {
        Sanfoundry.Csharp.Codes.TestClass mc = new Sanfoundry.Csharp.Codes.TestClass();
        Console.ReadLine();
    }
}


Output:

Class to Demonstrate Namespace


More C# Programs:





















100+ Best Home Decoration Ideas For Christmas Day 2019 To Make Home Beautiful

Best gifts for Christmas Day | Greeting cards for Christmas Day | Gift your children a new gift on Christmas day This Christmas d...