Implement Node class in C++, which can store an integer data and a pointer to next node. Make sure you define constructor of the class to initialize data member(s).