Definitions for "Data Member"
A data object defined as part of a class. See also member function.
A part of an object of class type that is itself an object of user-defined or built-in type. See attribute.
The smallest possible piece of complete data. Elements are composed of data members.
Keywords:  object, storage, reference, via, store
an object of any type that you can communicate with via its reference
A storage location (and associated referenceĀ¤) within an object. Used to store object stateĀ¤.