The Scope Resolution operator

For several lessons, we have been using a global main function that uses the Scope Resolution operator to invoke a static function named classMain belonging to the class named Expressions01 (the name of the class differs from one lesson to the next).

Listing 1 shows the global main function and the use of the Scope Resolution operator for this purpose.

The symbol for the Scope Resolution operator is shown below:

::