I was wondering if a method within an abstract class could get information about the instantiating class, for example, the number of constructor methods and the types of arguments they take.
Further, I was wondering if it'd be possible to know which one of the above was called for the particular instantiation.
Thanks
