Using Codeblocks for C++, Write a program that takes tworectangle objects and then adds them and returns the finalrectangle object. You are required to overload the additionoperator to add the two objects.
This is the only criteria provided, I will need to inquire withthe instructor for more guidance. I thought it was just me.. Thankyou for looking
Expert Answer
Answer to Using Codeblocks for C++, Write a program that takes two rectangle objects and then adds them and returns the final rect…