Hello.
In the code below, why is it that the overridden methods method1 and method2 never gets called and the original methods are executed instead? However, changing all the private access modifiers to public access enables the overridden methods to be called instead of the original methods?
Any insights/info is greatly appreciated. Thanks.