0
Oop
How does it works
2 Answers
+ 6
I prefer to use the learn section in Sololearn...and if you get stuck somewhere feel free to ask here.
https://www.sololearn.com/Discuss/1704122/?ref=app
https://www.sololearn.com/Discuss/2261141/?ref=app
https://www.sololearn.com/Discuss/194910/?ref=app
0
OOP stands for object oriented programming
What it means:
The programming language is based on objects, think of a car, car is a general description of a type of vehicle but your car is a specific car that is unique, that is object oriented programming. In essence, you can create multiple "cars" and change each of their attributes individually. For example you could have a red car and a blue car but they would both be a car; however, you could make the blue car purple without affecting the red car.