So a company with which I've interviewed has sent me a C++ competency test---basically I have to write a program (which is similar to one of the program exercizes in Concepts) which solves a finance problem. (I hesitate to get into any more detail than this, as there is a spooky non-disclosure agreement on the assignment.)
The question is: how fancy should I make the code? There's not a lot of room to do things like inheritance, etc., but I could write the code in such a way where it was apparent that that's what I had in mind. My gut reaction says that this can only help me (i.e., I have a positive expectation), but I'd like a second opinion.
