Homework 5: Object-Oriented Languages

First submission: Thursday, October 26th, at 11:59 PM

Second submission: Thursday, November 2nd, at 11:59 PM

Problems

The problems for this homework can be found here. Download the file hw5-base.ml, rename it to hw5.ml, and fill in the code with your answers to the problems.

You can find more test cases here: hw5-test.ml The easiest way to run them is to run #use "hw5.ml";; and then #use "hw5-test.ml";; in the OCaml REPL.