public static void atTheParty(IMannerable obj) { Console.WriteLine("At the Party "); obj.Wish(); Console.WriteLine("At the Party "); obj.Depart(); }
private static void AtTheParty(IMannerable obj) { Console.WriteLine("At the Party"); obj.Wish(); obj.Depart(); }