May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Fields are the places in which you store information to and read information from. They are declared in the form of class level variables and differ from local variables in that these are declared at the method or property level. The following code shows how simple it is to declare fields:

Fields can be reachable from within the class and its members, and if you specify one of the appropriate qualifiers (such as Public), they can also be reached from the external world. Inside fields you store the actual information your custom objects need.
Read now
Unlock full access