Let\'s say that I have a class A, and that B,C,D are derived from A. If I want to know what\'s the type of an object referenced, I can declare:
// pseudo-c
Something like this:
if(classA.getClass().getName().equals(classB.getClass().getName()))