Create a base class to hold information about sporting teams on campus. If you are using Visual

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 library template. Design the base class so that it is not possible to instantiate the class. Include characteristics you would find with all sports, such as primary coach’s 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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: