// CoMP1006 W13 // Abstract Node type (with generics) public class N2 extends N{ public T data; protected N next; }