Dale, multiple level inheritence does work - although you are correct, super will only go up one level.
Its pretty straight forward. The OO guy in me does ask tho - is this something that *has* to be done through inheritence, or can it be done throuhg composition? Regards, Mark On 9/19/06, Dale Fraser <[EMAIL PROTECTED]> wrote: > > > > > I have never used multiple level inheritance in CF but have a need. > > > > From what I read it works, although super can only access parent. > > > > Is this correct, any gotcha's I should be on the lookout for? > > > Regards > Dale Fraser > > http://dale.fraser.id.au -- E: [EMAIL PROTECTED] W: www.compoundtheory.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie -~----------~----~----~----~------~----~------~--~---
