I know I can use reflection to invoke a private method, and to get or set the value of a private variable, but I want to override a method.
public class Supe
Read this carefully,
PRIVATE methods are NOT INHERITED... As they are not inherited, they CANNOT BE OVERRIDDEN