Show us your code... 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?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Save $10 Download ZoneAlarm Security Suite http://www.houseoffusion.com/banners/view.cfm?bannerid=66 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190398 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

