Concept Flow - Getter and setter methods
Create object with private attribute
Call getter method
Return attribute value
Call setter method
Update attribute value
Call getter method again
Return updated value
This flow shows how an object with private data uses getter to read and setter to update the value safely.