If a class extends an abstract class, add the "super" constructor. Check the attributes in the super's constructor and pass those into the super() and then do the remaining this.attribute = attribute for the rest of the passed in attributes in the child constructor
If a class extends an abstract class, add the "super" constructor. Check the attributes in the super's constructor and pass those into the super() and then do the remaining this.attribute = attribute for the rest of the passed in attributes in the child constructor