Entries from 2007-10-01 to 1 month

今日の授業

貼ります。 public class IncreaseDisplay extends CountDisplay { private int step; //増分 public IncreaseDisplay(DisplayImpl impl, int step){ super(impl); this.step = step; } //open(),print(),close(),display() が使える //multiDisplay() も使…

今日の授業

エラーは消えたけどうまく表示されないので失敗作として残しておきます。 ↓factoryクラス package factory; public abstract class Factory { public static Factory getFactory(String classname) { Factory factory = null; try { factory = (Factory)Clas…

モジュール試験

1 15/22 2 13/21 3 12/22 13/22 4 17/21 15/21これ以降は未だ手付かず。実習時間以外をこれにあててる割にこの進み具合の遅さと正答率の低さ。