Challenge: Type Hinting
Write an interface and implement a method using type hinting.
We'll cover the following...
Task
-
Create a
User
interface with setter and getter methods for the$username
and$gender
properties. -
Now, create a ...