Challenge: Inheritance
Try to implement the concept of inheritance.
We'll cover the following...
We'll cover the following...
Task
- Create a
Userclass. Add aprotectedproperty named$usernameto the class and create a setter method that can set the value of the$username.