Are polymorphic arrays allowed in CFML? Let's say we have three components that extend one component... can we create arrays of type object so that we can loop through all the methods of the child components?
I know CFML supports polymorphism in that components can override methods of extended components. But I want to assign super-components to child-components and override them for true polymorphism. -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
