FlashcardIntermediate
Classes Implementing Interfaces
Using implements to enforce a class contract.
Question
How does a class guarantee it matches an interface's shape?
Click to reveal answer
Using implements to enforce a class contract.
How does a class guarantee it matches an interface's shape?