Select two types of sporting teams and de?ne subclasses for them. These classes shouldinherit from a base team class such as that created in Exercise 1. Include uniquecharacteristics about the sport. For example,for a sporting team such as a tennis team,the ?eld location and/or the person to contact to restring rackets may be of interest. Besure to implement any virtual methods included in the base class.