Programador you = new Programador();
if ( you instanceof Programador && you.areReallyAnInstanceOf( Programador ) ) {
// Then prove it:
}
else {
// Go buy a beer...
// Or go to Ribosomatic
}
Programador you = new Programador();
if ( you instanceof Programador && you.areReallyAnInstanceOf( Programador ) ) {
// Then prove it:
}
else {
// Go buy a beer...
// Or go to Ribosomatic
}
0 Comentarios: