// Textbook fragment 02.12 Integer i = new Integer(3); Number n = i; // widening conversion from Integer to Number