SE450: Scope: Java Scope Rules [10/47] Previous pageContentsNext page

The dot operator (.) affects scope.

In C++, there are three operators that affect scope: ., -> and ::.

The names in scope on the right of the java dot operator depend on the compile-time type of the left expression.

Previous pageContentsNext page