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

Jul 27, 2010 at 11:47pm
Hi,

Could you please tell me the difference between the convention

Dates::Date and

::Dates::Date

?
Jul 28, 2010 at 12:03am
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.
Jul 28, 2010 at 12:06am
Thanks a lot
Topic archived. No new replies allowed.