0
Procedural oriented programming uses functions as the main structure of the program, and the final output is given by jumping through all the different functions you make or import. Example lang: C.
Object oriented programming introduces classes which are the main structure of oop. Example lang: C++.