Difference between Dates::Date and ::Dates::Date

Hi,

Could you please tell me the difference between the convention

Dates::Date and

::Dates::Date

?
The first looks in the global namespace and any namespaces you might be importing via the "using" keyword. The second explicitly specifies the global namespace.
Thanks a lot
Topic archived. No new replies allowed.