ASVGuy::SWFBlog: Prefixes vs. Namespaces... You need to ask the ...
Posted on Tue, 02 Jun 2009 00:03:49 -0400 in Namespace
With prefixes, you are creating a namespace yourself without the compiler knowing about it. With namespaces, compiler knows about this, so it can provide some minor benefits in return (like access restrictions, or some easy syntax). ...
Tags: Namespace