"Programming Paradigms" vs. "Programming Technology"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    "Programming Paradigms" vs. "Programming Technology"

    I have a confusion to understand the two basic terms .... programming paradigms and programming technology.
    I need the technical differences.
    plz help.

    kind regards.
    dmjpro.
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by dmjpro
    I have a confusion to understand the two basic terms .... programming paradigms and programming technology.
    I need the technical differences.
    plz help.

    kind regards.
    dmjpro.
    I would say that a "programmin g paradigm" is "how it is done". Two good examples would be proceedural, in which a problem is solved in a very step-wise manner and Object-Oreinted where the problem is viewed from the perspective of what relationships can be defined in the problem space.
    "programmin g technology" would be the tools that are used to cary out the task of producing (implementing) a software solution to a problem.
    There is a relationship between the two because your tools need to fit the paradigm that you choose to use.

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Changed thread title to better match contents.

      Comment

      Working...