Steps involved in using a parameterized constructor
1️⃣ Define the parameterized constructor with required parameters
2️⃣ Create an object using the constructor
3️⃣ Pass arguments to match the constructor's parameters
4️⃣ The constructor initializes the object's instance variables