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