Concept Flow - Object interaction
Create Object A
Create Object B
Object A calls method on Object B
Object B executes method
Return result to Object A
Object A uses result
This flow shows how one object creates another, calls its method, and uses the returned result.