stevelionbird
Programmer
Hi,
I was going over someone else's code and was wondering if this may pose a problem. (I'm not sure how CF deals with this internally)
Component 1 has a function named FOO.
Component 2 has a function named FOO.
Component 2 extends Component 1.
Will calls to that function simply take priority as to which is defined first up the 'extension ladder' (which component was instantiated), or is this something that should be corrected/avoided. (I hope I don't have to go changing things :-|)
Thanks,
Steve
I was going over someone else's code and was wondering if this may pose a problem. (I'm not sure how CF deals with this internally)
Component 1 has a function named FOO.
Component 2 has a function named FOO.
Component 2 extends Component 1.
Will calls to that function simply take priority as to which is defined first up the 'extension ladder' (which component was instantiated), or is this something that should be corrected/avoided. (I hope I don't have to go changing things :-|)
Thanks,
Steve