What is Object Oriented Programming? Procedural Programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is Object Oriented Programming? Procedural Programming?

21st Apr 2016, 12:26 PM
Christian Pecson
Christian Pecson - avatar
1 Answer
+ 3
Object-oriented programming, or OOP, is an approach to problem-solving where all computations are carried out using objects. An object is a component of a program that knows how to perform certain actions and how to interact with other elements of the program. Procedural programming uses a list of instructions to tell the computer what to do step-by-step.
24th May 2016, 11:12 AM
James Flanders