eli5 what is object oriented programming? honestly eli5

1.52K views

eli5 what is object oriented programming? honestly eli5

In: Technology

9 Answers

Anonymous 0 Comments

generic objects are defined by their fundamental parameters and then those objects are called upon in the program to engage their designed behavior.

i.e. a mouse cursor might be given the parameters for a black, outlined arrow (width=x, height=y, color=black, etc.) in the definition stage and then that object is called upon in the programming stage to visually track the *xy* position of the user’s interface (the physical mouse.)

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