AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Paradigms of Higher Level Programming Languages
There's four major paradigms of higher level programming languages. There are procedural languages, object oriented languages, functional language and logic based languages. In procedural languages, we group several instructions or statements together into what we call procedures. The idea is that we have some area of the code that we can quote unquote call when we want it to execute a set of instructions.