Popular Posts

Sunday, March 11, 2012

Object oriented design questions

Design does not mean implementation.
Design means:
  1. what all classes you will have
  2. The methods(functionality) your classes will provide
  3. What will be the relation between classes you have
  4. What will be the Lifetimes of objects of your classed
  5. Having said a design is not something which gets done in a mere 15-20mins of an interview.It's all blood and sweat and it needs lot of time and consideration albeit discussions to arrive at a good design.
  6. In a interview the Questioner usually want to know if you can think in the right direction atleast.
Check design pattern interview questions here

Interview questions : 

No comments:

Post a Comment