Is there a way in
which I can get information about what are the interfaces a class is
implementing? Here is what I want to achieve. Given a class I want to generate
another class which implements same interfaces as the original class is
doing.
Thanks,
Vijay