Summary of the Programming Paradigms
Review what we have covered in this chapter.
We'll cover the following...
Chapter summary
In this chapter, we looked at some of the most popular programming paradigms.
The first two that we looked at, structured and object-oriented programming, are the two paradigms that have dominated programming over the last 35–40 years.
In structured programming, the program ...