A subclass is a class that derives or inherits from a parent (or super) class.
I have a parent class that has an overloaded constructor, and I have a subclass that has a constructor with …