Introduction
A default constructor helps create an object with default values automatically.
When you want to create an object without giving initial values.
When you want to set default values for object properties.
When you want to create multiple objects quickly with the same starting state.