...

/

Challenge: Implementing a Class with PHP 8 Advanced OOP Features

Challenge: Implementing a Class with PHP 8 Advanced OOP Features

A hands-on exercise to test your knowledge of the new PHP 8 OOP features.

We'll cover the following...

This challenge will extensively test your understanding of the new PHP 8 OOP features. We will use these concepts to create a class to store student information.

Task

...