Answer 4: Adding a Constructor

    public FractionTest() {}

    public FractionTest(String name) {
        super(name);
    }

Previous | Next | Top | Cafe con Leche | Cafe au Lait

Copyright 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 11, 2005