Re: method invocation of object through interface
Posted By:
Luke_Reeves
Posted On:
Sunday, June 24, 2001 12:56 PM
The toString member function that you're calling is actually inherited from the base Object class. Even though a class can implement an interface, it is still a normal object like everything else.