The methodology where code is broken into small logical procedures is called
Answers
Answered by
11
There are various ways of approaching a certain problem but the best way to deal with any complex programme is to break it down into smaller problems and then attacking them one by one.
Such a procedure for software development programme is best known as programming methodology. This is by far the best way.
Similar questions