Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which PHP 8 feature reduces boilerplate by declaring and assigning properties in the constructor signature?

  1. A Named arguments
  2. B Constructor property promotion
  3. C Union types
  4. D Attributes
Answer

Constructor property promotion

Promotion combines the property declaration, constructor parameter and assignment into one line, which is especially useful for value objects.

All Php MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as