/Linked-List

Define ItemNode class and write a constructor for class ItemNode with 2 default arguments, name equal to null and price equal to 0 – initialize the data members of name, price, aft, and bef with suitable values. Define List class and write the implementation for all the function members for List.

Primary LanguageC++

Watchers