Constructor initialisers Another way of initialising members List::List() : head(NULL) { } This way is preferred where possible Reason why will be shown later