Hello, can represent me someone the solution of the following task:
To implement a class must for the representation of a concatenated list, which can take up however elements of any type. The class is to possess the three methods head (), tail () and cons(wert), whereby a latter new element of a list with the value supplies with to the existing list worth as Head and as Tail.
Thanks