Complete the following procedure to compile and run this example:
javac EvolutionExampleOriginalClass.java
java EvolutionExampleOriginalClass -s
javac EvolutionExampleEvolvedClass.java
java EvolutionExampleEvolvedClass -d
This procedure tests compatibility in one direction only. To test bidirectional compatibility, perform the same procedure in the other direction (in steps 1-4, replace the original class name with the evolved class name, and vice versa).