0
What is Object Oriented Programming? Procedural Programming?
1 Antwort
+ 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.