Challenge: Abstract Classes and Methods
Try to create an abstract class and make the child classes inherit from that abstract class.
We'll cover the following...
We'll cover the following...
Task
- Create an abstract class named
Userwith an abstract method namedstateYourRole(). - Add a
protectedproperty named$usernameto theUserabstract class.