Question: Create a base class to hold information about sporting teams on campus. If you are using Visual Studio to develop your solution, use the class

Create a base class to hold information about sporting teams on campus. If you are using Visual Studio to develop your solution, use the class library template. Design the base class so that it is not possible to instan- tiate the class. Include characteristics you would find with all sports, such as primary coachs name and the name of the sport. Define properties, a ToString( ) method, and a minimum of one virtual method that can be redefined for specific sports. The ToString( ) method should return the name of the sport and coach. Since no class is required to test your base class, be sure to build the solution to ensure that no syntax errors exist.

C#. please state if I need to reference anything or if the individual parrts need to be added as classes or projects. Thanks!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!