+ 8
What is OOP?
What is the description of OOP and what is the difference with POP?
1 Answer
+ 6
In short, OOP languages work via classes/objects. Your main is inside a class, you create a new class for other stuff. You create a new object when you want your system to do something. Try putting 'main' outside the class and see how your system complains.
In short...
POP works via ordering. You give it a numbered list and it will do accordingly what the list says from "1...X" They are pretty robotic sometimes, if you dont put A inside the list, they wont do A