The protected methods, since they are virtual am I supposed to not give them any sort of method?
The getAddress() method, and I am confused about what I am supposed to return since my compiler tells me that the memory address isn't a "const char". It doesn't however tell me what to store the address as.
I'm still learning the ropes of C++, as my code snippet may suggest...