Code Examples
from
Chapter 7
Declarations, Definitions, and Initializations
of
Programming with Objects
NOTE: Browsers generally have difficulty displaying source code files in
their raw form. A browser may also gratuitously enclose a raw source
code file within html tags for the purpose of display. So it is best to
right-click on the items listed below and to then click on the "save
link as" or the "save target as" menu item for directly transferring the
file to your local disk.
DefaultInit.cc
DefaultInit2.cc
DefaultInit3.cc
DefaultInit4.cc
DefaultInit.java
DefaultInit2.java
DefaultInit3.java
HideScope.cc
ScopeTest.java
DefaultInitPrimArray.cc
DefaultInitClassArray.cc
DefaultInitClassArray2.cc
ArrayBasic.java
ArraysFill.java
ArraysShuffle.java
Enum.cc
EnumWithLabelArray.cc
Back to the home page for Programming with Objects