Challenge: Classes and Objects
Let’s implement a class and add properties and methods to it.
Since these problems are designed for your practice, try to solve them yourself first. If you get stuck, you can click the “Show Solution” button to see how the problem can be solved. Good luck!
Task 1
Write the class User
and add the properties $firstName
and $lastName
.
Coding exercise
Get hands-on with 1400+ tech skills courses.