Question: QUESTION 02- Develop a C++ program for topic: Animal sanctuary. Follow the question below: QUESTION - Based on the specified case study, identify ONE class

QUESTION 02- Develop a C++ program for topic: Animal sanctuary. Follow the question below: QUESTION - Based on the specified case study, identify ONE class related to the case study. The class must have at least four attributes (data). Please implement the concept of data hiding and encapsulation. Using a linked-list, please do the following operations: Inserting a new node. You need to give the option to insert the new node in front, in middle or at the end of the list. Deleting a node. You need to give the option to delete first node, the node in middle or at the end of the list. Finding a node. Given the option to user to enter the search key according to the attributes that used in (2). Sorting the list. Display all the nodes in the list Creativity and neatness of your output display will be taken into account. Now, do it into C++ LINKED LIST
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
