0

does anyone understand OOP

I don't understand OOP

9th Sep 2025, 10:27 AM
Juwon Adedokun
Juwon Adedokun - avatar
2 Antworten
+ 4
OOP is discussed in Python Intermediate. In short, it describes how an object is composited (object), its attribute, and how each component works (method). The most used example is a car. A car can be colored red or blue, thus the color attribute. A car and move forward or backward, so a car have a move "method". To turn left or right, a car need a handle (an object associated to a car), which can be turned left or right (method associated to the handle). How you construct the object is based on your use case. If you're building a software on car collection, then the above objects doesn't have much meaning. If you already have programming experience, then you can start that course and jump to that chapter. Otherwise, it is better to learn it step by step.
9th Sep 2025, 12:54 PM
Wong Hei Ming
Wong Hei Ming - avatar
+ 4
Juwon Adedokun , the `python developer` course also has a module that teaches python oop. https://www.sololearn.com/learn/courses/python-developer
9th Sep 2025, 1:56 PM
Lothar
Lothar - avatar