Yes, Honda will have access to the two variables that Car sets, at least in CFMX 6.1. I know that there were all kinds of issues with super (or perhaps it didn't exist) in 6.0, but I never really used 6.0, because it had many more problems than that. However, since 6.1 is a free upgrade, there is no reason you should still be running 6.0.
cheers, barneyb On Wed, 12 Jan 2005 18:40:10 -0600, Daniel Elmore <[EMAIL PROTECTED]> wrote: > I am fairly confused on how the super scope works. > > Lets say I have the following: > - 2 CFCs, one called Car the other called Honda > - Honda extends Car > - Car.init sets two 'this' scoped or 'variables' scoped variables > (hopefully it doesn't madder in this example) > - Honda.init calls super.init() > > Shouldn't all of Honda's methods have access to the 2 variables set in > the Car init() method, either directly or via Car's getter methods? If > not, how do you get this functionality and is this a common design > pattern? Does this sound like a wrong thing to getting working? > > Thanks, I can really use the help. > > Daniel Elmore > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get Instant Hacker Protection, Virus Detection, Antispam & Personal Firewall. http://www.houseoffusion.com/banners/view.cfm?bannerid=62 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190177 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

