Variables that belong to an object are usually called attributes , but you might also see them called “fields”. To access an attribute of an object, Java uses dot notation.
Variables that belong to an object are usually called attributes , but you might also see them called “fields”. To access an attribute of an object, Java uses dot notation.