On Sat, 29 Jan 2005 13:09:55 +1000, Jason Sheedy <[EMAIL PROTECTED]> wrote: > that clears it up for me. What context would you use the word inherit?
Inherit indicates parent/child relationships (extends=) which is actually a static (compile-time) relationship whereas the 'scope' (lifetime) comes from composition which is a dynamic run-time relationship. A single CFC file can be instantiated into multiple scopes and each different instance will have a different lifetime but if a CFC extends another CFC, that's a one-off, fixed relationship that doesn't need any instances to exist. Make sense? -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Breeze Me! -- http://www.corfield.org/breezeme Got Gmail? -- I have 5 invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
