Vocabulary
Structured Programming:
- A programming paradigm in which the actions (or verbs, or procedures) are emphasized.
OO Programming:
- A programming paradigm in which the actors (or nouns, or objects) and their interaction is emphasized.
Byte Compiler:
- A compiler which translates
human-readable source code
into byte code (transportable
to various virtual machines)
instead of object code written
for a specific kind of machine.