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? Am I designing things the wrong way. Thanks, I can really use the help. Daniel Elmore ---------------------------------------------------------- To post, send email to [email protected] To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm
