I have made this subclass:
public static void cacluate() extends readResearchfile { // }
But it gives me this error: Syntax error on token "extends", throws expected
If I add throws IOException behind the exteds readResearchfile it says I should deleate exteds readResearchfile.
How do I get this to work?
I can read erroros but I don't understand this one.