Answer 4: Adding a Constructor

    public FractionTest() {}

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

Previous | Next | Top | Cafe con Leche

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