Exemple #1
0
 public static void saySomethingLikeApprentice(Apprentice a, String something) {
   a.say(something);
 }