Basket b = new Basket(); Basket bA = b; Basket bO = b; bA.setElement(new Apple()); Orange orange = bO.getElement();