public class Student extends Wissenschaftler{ boolean istProf(){return false;} boolean istStudent(){return true;} }