n Since every program handles data,
attention must be paid to how the
representation of the data can affect the
algorithm.
n Data is the fundamental and most stable
aspect of a software system.
n The design of an abstract view of the
data, followed by the implementation of
this abstract view by means of
algorithms, is the essence of
programming.