Could you give a more specific example? Its fun to theorize and I've been trying a few different ways. But it helps to have some idea of what kind of objects you're talking about.
Hello all, Anyone have recommendations on how best to implement inheritance of a CFC whose functionality is split between a Business Object, Data Access Object, and Manager Object similar to Sean's article CFC in the MachII develoment guide? Would the ChildBO extend the ParentBO, the ChildDAO extend the ParentDAO, and the ChildManager extend the ParentManager? And, then once could call super.Init(), super.Load(), super.Delete() etc.... Thanks, Jon ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
