Concept Flow - Method call behavior
Create object
Call method on object
Method receives object or pointer
Method executes code
Return result or modify object
Continue program
This flow shows how a method is called on an object, how the method receives the object or pointer, executes, and returns or modifies the object.