Question : An Interface can never be private or protected. Answer: FALSE
That means an interface CAN BE private/protected. But I got a compiler error declaring an interface which is private/protected. Are there any other occasions where an interface can be declared private/protected?