- The material
in the preceding chapters
will allow you to
solve many programming problems
using selections
(if, if-else),
loops
for, while),
methods, and
arrays.
- However,
these programming features
are not sufficient
for developing
large-scale complex computer programs
-
Before about
1980,
we use the
modular programming technique to
help build
large-scale complex computer programs
- Today's
programming languages use
the
object concept to
build
large-scale complex computer programs
- The style of programming using
objects is called:
-
Object Oriented Programming (OOP)
|
|