eli5 what is object oriented programming? honestly eli5

1.53K views

eli5 what is object oriented programming? honestly eli5

In: Technology

9 Answers

Anonymous 0 Comments

It is a widely used strategy of programming where you represent, real life things as “objects” that “know things” and “do things”. So for example, if you made a video game, you may have a player object that “knows” it’s high score and can move across the screen (“do something”).

You are viewing 1 out of 9 answers, click here to view all answers.