Question: C# Create a superclass Clothing, in the next Module, you will inherit from this class. Define properties size and color Include methods wash() and pack()
C#
Create a superclass Clothing, in the next Module, you will inherit from this class.
- Define properties size and color
- Include methods wash() and pack()
- For each method return a string that included instructions, for example, "Wash in cold water"
- Your tester will print the string to test these methods. Note it is not included in the tester below, this is a guide to get you started.
- Include a comment in your tester/driver class or main method with the Big-O complexity denoted.
Include a tester/driver class or main method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
