Concept Flow - Explicit interface implementation
Define Interface with Method
Implement Interface Explicitly in Class
Create Class Object
Call Method via Interface Reference
Execute Explicit Implementation
Output Result
This flow shows how a class explicitly implements an interface method, requiring calls through the interface reference to access it.