Method code Can be inline or external Inline: class List { private: Node *head; public: List() { head = NULL; } }