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

object-oriented polymorphism

You are here: irt.org | FOLDOC | object-oriented polymorphism

<programming> The kind of polymorphism found in object-oriented programming languages where a variable can refer to an object whose class is not known exactly until run time. A method can use a variable of a given class - call other methods on it, pass it as an argument, etc. - without needing to know to which subclass it refers, as long as its actual class is compatible with those uses.

(2014-01-05)

Nearby terms: Object-Oriented Fortran « object-oriented language « Object-Oriented Pascal « object-oriented polymorphism » object-oriented programming » object-oriented programming language » Object-oriented SQL

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