I have tried a few things to fix the error and I just can\'t seem to figure this one out, I would greatly appreciate any help. The error is in both the Triangle and Square c
In your square and triangle classes, you need to remove the method parameter from ComputeArea() so that it matches the signature of the base class.