1 post
1
83
Greetings! I need to implement this Feetinches class method. FeetInches operator - (const FeetInches &); I’m wondering if it makes sense for the parameter not to have a name, just the type. If…