Question: Implement the following in the .NET Console App. Write the Gloves class. The Gloves have a color, size (S, M, L, XL), and a price.
Implement the following in the .NET Console App.
Write the Gloves class.
The Gloves have a color, size (S, M, L, XL), and a price.
a. Implement data fields using auto-implemented Properies
b. Include 3 constructors: default, the one that receives the Gloves color, size and a price as input (utilize the Properties) and the Constructor that takes the Gloves material (a String) as input. Test your class
in the main method
c. Create 3 instances of the class using the Constructors you created.
d. Create one more Gloves using an Object Initializer.
IN C#
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
