Concept Flow - Method invocation flow
Start
Call method on object
Enter method code
Execute method statements
Return value (if any)
Resume after method call
End
This flow shows how a method is called on an object, the method runs, returns a value if any, and then the program continues.