Concept Flow - Static methods in interfaces
Define interface with static method
Call static method via interface name
Execute static method body
Return result or perform action
End
Static methods in interfaces are defined inside the interface and called using the interface name without needing an instance.