Rightyo. I'm having a slight problem.
I have a class, with a bunch of code and functions. Then it has a toString() function to output it.
Then i created another class that i want to extend this one with... and I also want this one to have a toString class. From what i know about OOP I am under the impression it will overrie the original toString function in the parent class.
However, it doesnt seem to. When i do the toString, it tries to output the data in the form of the toString from the parent class.
Goodend, i think i said, class too many times there... does that make sense? any help would be great! 🙂