Can anyone help me with this assignment, I am very confused on it. 11.2 (Composition vs. Inheritance) Many apps written with inheritance could be written with composition instead, and vice versa. Rewrite class BasePlusCommissionEmployee (Fig. 11.13) of the CommissionEmployee–BasePlusCommissionEmployee hierarchy to use composition rather than inheritance. The book I am using by the way is Visual C# How To Program (Sixth Edition).