Can you explain the term Object Oriented Programming Language in simple way in order to visualize? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can you explain the term Object Oriented Programming Language in simple way in order to visualize?

I couldnt get the meaning from books I've read

18th May 2018, 9:06 PM
NaiVe🌺
NaiVe🌺 - avatar
2 Answers
+ 2
Object-oriented programming (OOP) is a programming language model organized around objects rather than "actions" and data rather than logic [searchmicroservices]
18th May 2018, 9:23 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
I.e. car (object) has many parts (objects). Some of them are replaceable with a little improvement between different cars/models, some are not. So, you may unscrew bolts from one wheel and screw to another without modification or just make more bolts as you want. In real example, when you are connected to online game some kind of "service worker" is created with some params on the server to maintain connection with your PC and game engine and other players. So there are lots of "service workers" as many as users connected online and there is a script which is responsible for this process.
18th May 2018, 9:23 PM
BugBuster
BugBuster - avatar