class Client { public static void main(String[] args) { Hyper s = new Super(); s.foo(new Integer(10)); } }