I want to check if a class is a subclass of some other class
807580Mar 22 2009 — edited Aug 29 2010Hi All,
I wan to implement something like;
if (sMethod.getReturnType() is a subclass of+ A.class) // if sMethod returns a class that is subclass of A class //then do this;
Can anyone please help me on this?
Kind Regards.