S
Steven D. Arnold
Hi,
I have an object that I think is loading its class definition from the
wrong file. I.e. there may be two files in the filesystem that define
a similarly-named class, and I may be instantiating my object using the
wrong class. This leads to the question: Given an object, how can I
determine the file in which the object's class is defined?
Thanks,
steve
I have an object that I think is loading its class definition from the
wrong file. I.e. there may be two files in the filesystem that define
a similarly-named class, and I may be instantiating my object using the
wrong class. This leads to the question: Given an object, how can I
determine the file in which the object's class is defined?
Thanks,
steve