Create a base class to hold
1) Create a base class to hold information about sporting teams on campus. It should not be possible to instantiate the class. Include common characteristics such as primary coach and type of sport. Define a minimum of one virtual method.2) Select two types of sporting teams and define subclasses for them. These classes should […]