Concept Flow - Interface declaration and implementation
Declare Interface
Define Methods (no body)
Create Class
Implement Interface Methods
Instantiate Class
Call Implemented Methods
This flow shows how an interface is declared with method signatures, then a class implements those methods, and finally the class is used.