I have started to use interfaces. They are just handy. But I'm thinking of employing my namespaces beside them. I need to have a certain namespace scheme. Shall the interface be defined in the same namespace that the class is going to implement?
No you can define an interface in a namespace and a class in another