Testing where Object is in Hierarchy
l
instanceof
operator
l
Object ob = É;
l
if( ob instanceof Vector ) É
l
if( ob instanceof Stack ) ...
l
More than one can be true!