How does Object Oriented Programming work? What does it do and how is it effective?

1.11K views

How does Object Oriented Programming work? What does it do and how is it effective?

In: Technology

10 Answers

Anonymous 0 Comments

Most basic explanation possible: the “objects” are like little programs you make that are used by the main program to do stuff, for example, if you want to make a program that can do math, one object can be for addition, one for subtraction, ext. and the main program is where you call these objects from to use them.

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