Objects
The streams in_stream, out_stream, cin, and cout are objects
An object is a variable that has functions as well as data associated with it
For example, in_stream and out_stream both have a function named open associated with them
A function that is associated with an object is called a member function