24 Mar polymorphism
A property of OO systems in which the representation or form of objects is dynamic while the function or behavior of those objects is specified, inheritable, and shared between objects even if the objects themselves are of diverse form. Polymorphism permits a common message vocabulary and semantics.
Keywords: object-oriented
object
class
property
composition
inheritance
decomposition
abstraction
boundaries
References: AI programming
algorithms
automata
computing
formalisms
logic
rules