Differences & Similarities Between Programming Paradigms

Posted by DaveDev on Stack Overflow See other posts from Stack Overflow or by DaveDev
Published on 2010-03-11T10:46:54Z Indexed on 2010/05/20 1:20 UTC
Read the original article Hit count: 735

Filed under:
|
|
|

Hi Guys

I've been working as a developer for the past 4 years, with the 4 years previous to that studying software development in college. In my 4 years in the industry I've done some work in VB6 (which was a joke), but most of it has been in C#/ASP.NET. During this time, I've moved from an "object-aware" procedural paradigm to an object-oriented paradigm.

Lately I've been curious about other programming paradigms out there, so I thought I'd ask other developers their opinions on the similarities & differences between these paradigms, specifically to OOP? In OOP, I find that there's a strong focus on the relationships and logical interactions between concepts. What are the mind frames you have to be in for the other paradigms?

Thanks

Dave

© Stack Overflow or respective owner

Related posts about oop

Related posts about programming-paradigms