Functional programming vs Object Oriented programming

Posted by Olivier Lalonde on Stack Overflow See other posts from Stack Overflow or by Olivier Lalonde
Published on 2010-01-16T21:35:48Z Indexed on 2010/05/09 8:18 UTC
Read the original article Hit count: 389

I'm an Object Oriented programmer looking forward to learning a functional language. My questions are:

  • When do you choose functional programming over object oriented ?
  • What are the typical problem definitions where functional programming is a better choice?

© Stack Overflow or respective owner

Related posts about functional-programming

Related posts about oop