Reputation: 9183
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?
Upvotes: 0
Views: 53
Reputation: 2319
No you can define an interface in a namespace and a class in another
Upvotes: 1