I have been working on this program all day and I can't get this program to run. After I fix an error I just keep getting new errors. I am trying to call get_Median but I get an error Please can anyone help?:
This is homework and the professor gave this code to the class so that we can modify it to find the mode, mean, and median. It will be helpful if you can show me how to define Mode.
Thank you.
It's because now that you've declared a class that inherits from Mode, that class needs to call it's base constructor, which you didn't define. It was fine before because it wasn't used.