Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

polylithism

You are here: irt.org | FOLDOC | polylithism

<programming> A property of a data-object that can exist in many shapes and sizes, but not simultaneously; which distinguishes it from a union. It is often implemented as a set of classes (or structs) derived from a common base class (or with a common header, as in the case of structs), typically without any methods.

It has been loosely described as polymorphic data.

[Clarification?]

(1996-01-07)

Nearby terms: Poly « polygon pusher « POLYGOTH « polylithism » Poly/ML » polymorphic » polymorphic lambda-calculus

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb