Question: I need help making an append and prepend method in an abstract class. it has to be able to be implemented in a node class
I need help making an append and prepend method in an abstract class.
it has to be able to be implemented in a node class and in array class.
it has to be public boolean append(String obj) and public boolean prepend(String obj)
thanks.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
