Im trying to implement my own User class and I want to make sure I
understand a couple concepts.  

If I implement the User class with a class called MyUser and add some
functionality above and beyond the default implementation, how do I
access that functionality within the RunData object?  

If I understand things correctly the Rundata object only stores the
upcast User object so I will not have my custom methods available in the
User object within RunData.  Do I have to place MyUser within RunData
and get it from there?  If so how do I do that?  I hope I am making
sense here.

Thanks,
John Thorhauer
-- 
********************************
** John Thorhauer
** [EMAIL PROTECTED]
********************************


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to