QuizIntermediate

Declaration Merging of Interfaces

Discover what happens when two interfaces share the same name.

What happens if you declare two interfaces with the same name `Box` in the same scope?