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