Member
A member of a class can be a method or a field.
Related concepts: MethodFieldClassObject
Closest Wikipedia entry: Class (computer programming)
Misconceptions about Member10 documented Misconceptions
Check YourselfCannotChainMemberAccesses
Member accesses cannot be chained together
CannotChainMemberToConstructor
Method calls or field accesses cannot be chained to a constructor invocation
NestedPackages
Packages can contain other packages which have access to members of the containing package
PrivateAccessibleInSubclass
Private members of a superclass are accessible from a subclass
PrivateFromOtherInstance
An object cannot access private members of other objects of the same class
PrivateFromStatic
Static methods cannot access private members of instances of same class
RightToLeftChaining
Chained accesses are invoked from right to left