how does inheritance affect THIS and VARIABLES, and what if you've got a
method you're "overwriting" from the parent CFC?
You mean "overriding" (not "overwriting").
Inheritance doesn't affect THIS / VARIABLES. Those scopes behave the same in the parent as in the child (since VARIABLES scope is really 'protected' in Java speak).
Can you be a bit more specific with your question?
Regards, Sean
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
