Compare structure programming and functional programmimg?
Answers
Answered by
0
It basically means using explicit control-flow structures rather than jumping about directly from instruction to instruction. Functional and procedural programming are both, in that sense, structured paradigms. ... Functional programming is like describing your problem to a mathematician.
Similar questions