Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In Example 7-1, notice that the statement that creates the Box object looks as though it is invoking a Box( ) method, because of the parentheses:
Box boxObject = new Box( );