Hi people. I have also posted this in I/O and Streams topic as not sure where this belongs. I have a few problems at the moment. Below is my incomplete program. It compiles but doesn't do a whole lot when run. I am doing a project on polymophism and inheritance. I have a footwear class(parent) and sneaker & thong classes(children)...my switch statements don't do anything. I'm trying to setColour to "something"(eg: whatever option user chooses), then it is written to a file. What's going on?