Re: object created for Abstract class
Posted By:
Anonymous
Posted On:
Thursday, January 25, 2007 05:18 AM
YOu must have called a method like getInstance() to create that object. Inside that method a local class which extends
that factory class and this class is created and is returned to you.