Auf Thema antworten

[CODE=java]ILab

{

     print();

}


class 1 implements ILab{

print(){

throw new NotSupportedException

}

}

class 2 implements ILab {

print(){

Sysout suppi

}

}[/CODE]

kann gutes und schlechtes design es so zu tun dann hast du deine exception



Oben