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

object method

You are here: irt.org | FOLDOC | object method

<programming> In object-oriented programming, a function that is called, or "invoked", on an object, as opposed to a class method which is invoked on a class.

For example, a class "Person" might have an object method to return a person's name and a class method to return the number of people.

An object method called on an object of class C may be defined by C or may be inherited from one of C's superclasses.

(2017-04-30)

Nearby terms: ObjectLOGO « Object Management Group « Object management system « object method » Object Modelling Technique » Object Oberon » object-orientation

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