OOP Problems to use for Coding Tests during interviews

后端 未结 9 2230
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-31 12:00

As a second interview I get people to sit down and write code...I try to make the problem really technology independent.

My programming problems that I have don\'t reall

9条回答
  •  半阙折子戏
    2021-01-31 12:24

    How about some sort of simple GUI. It's got inheritance, overriding, possibly events. If you mean for them to actually implement as part of the test then you could hand them a blank windows-form with an OnPaint() and tell them to get to it.

提交回复
热议问题