public boolean validate () { if (taille < 30 || taille > 250) { return false; } return true; }