Question: Please help!! All files attached You are given a DataType class header and source file, and you are required to complete a lab8.cpp file which
You are given a DataType class header and source file, and you are required to complete a lab8.cpp file which handles the creation of a forward Linked List class that works with this object type. 1. Give the declaration and implementation of the Node class that can be used for this purpose. 2. Give the partial declaration and implementation of the LinkedList class that can be used for this purpose: Give Default Constructor that initializes only the bare necessary members, and otherwise does not insert anything. a) b) Give a push_last method that inserts a new node (with a specific Data Type value) at the end of the List (if the c) Give a size method that returns the current size (total number of nodes) of the List. list is empty, this still inserts the element at the first position)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
