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

class method

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

<programming> 1. A method that operates on a class object (an object of class "class"). A class method is really just an ordinary object method that happens to operate on class objects.

A class method might, for example, return a list of objects representing the methods and attributes of the given class.

2. A static method.

(2014-09-06)

Nearby terms: Classic C « Classless Inter-Domain Routing « class library « class method » class object » Class Oriented Ring Associated Language » Class-Relation Method

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