What method do we need to use to create a subclass that has the same properties as it's superclass?
super()
constructor()
To create a subclass that has the same properties as its superclass, we need to use the super() method.