Sorry about giving printscreen and not code snippets. Here is a printscreen of what my program displays when i run it
Ignoring line 19 and 20 in this program, my question is: Why do we have a differnce of what it is printed out when I call the static methods and when i call the overriding methods? Shouldn't the overriding methods display the same thing that was displayed when i called the static methods?