class SkatteBygning extends Bygning implements SkatteMål { public double skatteVærdi() { return vurderingsSum() * 0.95; } } // end SkatteBygning