Is there any way to get the super classes of an interface?
See this;
I want to know get the AbstractAccount and BaseAccount. I have loaded class with ;Code:public interface Account extends AbstractAccount, BaseAccount { }
FromCode:Class _account = Class.forName("Account");, I want to know the super classes of that.Code:_account
Regards;
Stephen


Reply With Quote


Bookmarks