Basket b5 = new Basket(); b5.setElement(new Apple()); Apple apple = (Apple) b5.getElement();