/* Multi-method example */ package mm; public class c4{ public int m(Object o){ return 1;} }