Question: Murach C# Exercise 1 3 - 2 Exercise 1 3 - 2 Use overloaded operators In this exercise, you ll enhance the Customer Maintenance app

Murach C# Exercise 13-2
Exercise 13-2 Use overloaded operators In this exercise, youll enhance the Customer Maintenance app from exercise 13-1 so it uses overloaded operators to add and remove customers from the customer list. 1. If it isnt open already, open the app in the C:\C#\Ch13\ CustomerMainte-nance directory 2. Add overloaded + and - operators to the CustomerList class that add and remove a customer from the customer list. 3. Modify the Customer Maintenance form to use these operators instead of the Add() and Remove() methods. 4. Run and test the app to make sure it works correctly.

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 Programming Questions!