Concept Flow - Parameterized constructor
Start Object Creation
Call Constructor with Parameters
Assign Parameters to Fields
Object Initialized with Given Values
End
When creating an object, the constructor receives values (parameters) and assigns them to the object's fields to initialize it.
