Read the comments inside Main.java and MyComplexNumber.java
for modifying the code to see how the covariant overriding feature allows a simpler
and cleaner code.
Main.java — the root program
MyNumber.java — the base class (needs no modification)
MyComplexNumber.java — the derived class which (may not) take advantage of the covariant overriding