Class: Field
http://se-on.org/ontologies/domain-specific/2012/02/code.owl#Field
Annotations (1)
-
comment "Fields are either class or instance variables. Class variables are considered static.
When a number of objects are created from the same class blueprint, they each have their own distinct copies of instance variables. Two distinct objects of person might for example have different values for their names.
Class variables are common to all objects: Every instance of the class shares a class variable, which is in one fixed location in memory. Any object can change the value of a class variable, but class variables can also be manipulated without creating an instance of the class." ()
Superclasses (1)
Usage (9)