Pregunta de entrevista de Age of Learning

Do you use namespaces?

Respuesta de la entrevista

Anónimo

3 de may de 2017

Using namespaces is important when building robust applications or creating applications that rely on 3rd party packages. Using namespaces prevents class name collisions. Think of it like this; namespace "Tom" can have "Jerry" class, namespace "Jorge" can have "Jerry" class. Since they use different namespaces, both "Jerry" classes can co-exist in the same application.