attribute of a class
any entity grouped within a class in object-oriented programming (e.g. field, method, property, nested class)
method
computer function or subroutine that is tied to a particular instance or class
attribute
programming annotation indicating characteristics of an object, type, class, or function
member variable
variable intrinsic to objects in object-oriented programming
property
type of class member in object-oriented programming which is accessed like a field but implemented as subroutine(s)