help! c++
1. Create a new project named lab10_1. You will be implementing three classes: A Clothing class, a Shirt class, derived from Clothing and third class of your choice that will be derived from Clothing. I have included the UML diagrams for Clothing and Shirt. You will need to make sure that the class you derive from Clothing is appropriate, meaning it makes sense that it would inherit from Clothing Clothing material: string # color :
OR
OR