static void Main(string[] args) { Program1 ob1 = new Program1(); Program2 ob2 = new Program2(); Program3 ob3 = new Program3(); ob1.Student(); ob2.Marks(); ob3.Age(); Console.ReadKey(); }