Category: C#

Write a program in C# to Create Namespaces 0

Write a program in C# to Create Namespaces

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace prg3 { class Program { static void Main(string[] args) { samsung.sale ob = new samsung.sale(); lg.sale ob1 = new lg.sale(); ob.samsungsale(); ob1.lgsale(); } } }...