We don't even have to add a constructor. It's so essential that a default constructor kicks in when it's not there.

In this case, the user1 instance is created with an empty constructor added behind the scenes when we run the code.

See how it still works?