the differences between programming paradigms (e.g., imperative, functional, object-oriented)

94 viewsOtherTechnology

the differences between programming paradigms (e.g., imperative, functional, object-oriented)

In: Technology

4 Answers

Anonymous 0 Comments

The only difference is the concepts that are used to solve the problem. Any one of these can solve any problem any other can solve.

Imperative: Do this. Now do this. Now do this. Ok, you are finished.

Object Oriented: These things do this to those things. Here is a thing. Now have the thing do this. Ok, you are finished.

Functional: Everything you put in here comes out changed in this specific way. Put this in there. Ok, you are finished.

You are viewing 1 out of 4 answers, click here to view all answers.