public class TestDriver { public static void Main(){ A a = new A(); a.MakeContainedObjectSayHi(); } }