- High level of abstraction
- Focus on objects and their built-in functionality
- Variables refer to objects which have functionality
- Focus on what is accomplished not on how it is done. The only time you
look at the how something is done is when you are the designer of the
object. At all other times, the details of how something is done are
ignored.
|
- Low level of abstraction
- Focus on memory cells and what is in them
- Variables refer to memory cells and have values but no functionality
- Focus on the process - how to do something as much or more than what
is being done.
|