Scope is the textual region of a program where a particular namespace is directly accessible. That is, what namespace is available?
Section 9.6: Scope—The Full Story
Unqualified names do not have a dot.
Scope rules for unqualified names:
Qualified names do have a dot.
Scope rules for qualified names: