When can we add extra properties to a subclass?
super()
When can only add extra properties to a subclass after the super() method.