WebGlossary.info
Duck typing
- An application of the duck test—“if it walks like a duck and it quacks like a duck, then it must be a duck”—to determine if an object can be used for a particular purpose. With normal typing, suitability is determined by an object’s type. In duck typing, an object’s suitability is determined by the presence of certain methods and properties, rather than the type of the object itself. ← Wikipedia
- More about this term (beta): Web search, articles and videos, books
- Previous term: DTD
- Next term: Duncan’s taxonomy
- Random term: Efferent coupling