Citadel interview question

Mostly object oriented C++ questions. They asked me to write a function for the add operator.

Interview Answer

Anonymous

29 Jan 2021

I was rusty, and did not study before the interview. So, I missed some OO questions. Also, I have never written an operator method before. I write methods instead. So, I was not able to write a "simple" add operator.