
08-11-2005, 12:14 AM
|
 |
Contributor
|
|
Join Date: Feb 2004
Location: Melbourne, Australia
Posts: 633
|
|
|
Both are identical. Namespaces and classes have their own signatures, so the IDE/compiler will tell you if there are two classes/methods with the same name.
For example, if you program Direct3D and DirectSound, both Namespaces have the object called 'Device'. If you Import both Namespaces, then the IDE will get really upset and put blue squiggly lines all over the shop when you try and declare a New Device.
|
|