Start your All-Access Pass to unlock this challenge
What are "promoted properties" in PHP 8?
It's a way to assign default values to class properties from constructor arguments
It's a way to define and assign class properties from the arguments of a method
It's a way to define and assign class properties from its constructor arguments