static void Main() { Interface1 CH1 = new T1(); Interface2 CH2 = new T2(); Interface3 CH3 = new T3(); CH1.Toffee1(); CH2.Toffee2(); CH3.Toffee3(); }