Concept Flow - Companion object with interfaces
Define Interface
Create Class with Companion Object
Companion Object Implements Interface
Call Interface Method via Companion Object
Execute Method Logic
Output Result
This flow shows how a companion object inside a class can implement an interface and how its methods are called.