class LegemiddelNarkotisk extends Legemiddel { int styrke; LegemiddelNarkotisk(int styrke) { super(); this.styrke = styrke; } }