Structured programming

You will often hear a lot about something called structured programming in introductory programming courses.

In comparison with more modern and complex programming concepts such as runtime polymorphism, structured programming is fairly mundane.

That's not to say that structured programming isn't important.  It is very important.

But it is just a small bump in the road of learning that leads to an understanding of object-oriented programming.