Relative Content

Tag Archive for oopterminology

Umbrella term for attributes, methods and properties?

Object oriented programming uses these terms for similar concepts:
attribute: variable associated with an object   (apparently also called field)
method: function associated with an object
property: calculated like a method without arguments, but accessed like an attribute