SourceB.java 90 B

1234
  1. Basket b = new Basket();
  2. b.setElement(new Apple());
  3. Apple apple = (Apple) b.getElement();