Hello, you have come here looking for the meaning of the word
polymorphic iteration. In DICTIOUS you will not only get to know all the dictionary meanings for the word
polymorphic iteration, but we will also tell you about its etymology, its characteristics and you will know how to say
polymorphic iteration in singular and plural. Everything you need to know about the word
polymorphic iteration you have here. The definition of the word
polymorphic iteration will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
polymorphic iteration, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
English
Noun
polymorphic iteration (countable and uncountable, plural polymorphic iterations)
- (computing, programming) The use of an iterator class or interface to enable traversal over the members of any type of collection for which there is a corresponding descendant of that iterator by code which need not know the type of the collection.
2004, Eric Freeman, Elisabeth Robson, Bert Bates, Head First Design Patterns: A Brain-Friendly Guide, page 347:When we write methods that take iterators as parameters, we are using polymorphic iteration.
2007, Sandra Alves, Maribel Fernández, Mário Florido, Ian Mackie, “Linear Recursive Functions”, in Hubert Comon-Lundh, Claude Kirchner, Hélène Kirchner, editor, Rewriting, Computation and Proof, page 184:The results described here provide the foundations for a series of results, including the definition of a linear version of Gödel's system Τ with a decidable typing system for polymorphic iteration.
2011, Amnon H. Eden, Codecharts: Roadmaps and blueprints for object-oriented programs, page 145:Use the Iterator pattern to provide a uniform interface for traversing different aggregate structures (that is, to support polymorphic iteration).