What's true about setting a default value for a property in a structure?
That's it! If we give a property a default value, we're basically initializing it inside the structure; then, we can use and change it unless it's a constant.
Whoops! If we give a property a default value, we're basically initializing it inside the structure; then, we can use and change it unless it's a constant.