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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Protect your mail server with built in anti-virus protection. It's not only 
good for you, it's good for everybody.
http://www.houseoffusion.com/banners/view.cfm?bannerid=39

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190174
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

Reply via email to