OOP with python problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

OOP with python problem

I don't really understand the OOP in sololearn's tutorial, i even read and read it again. Can someone give me a link for OOP tutorial. thanks ❤️

7th Aug 2021, 7:28 PM
Kakai
Kakai - avatar
2 Answers
7th Aug 2021, 7:31 PM
Simon Sauter
Simon Sauter - avatar
+ 1
Here's your answer: don't learn OOP with Python first, it's an absolute disaster (and it's not even Sololearn's fault, just the language itself). I suggest learning OOP in either Java or C# first, then come back to Python, because rather than using your typical constructors and such, it uses "Magic Methods" and incredibly confusing syntax, which is hard to overcome for newcomers. To put it simply, Java and C# have more intuitive OOP systems. You'll be much better off for doing so.
7th Aug 2021, 10:19 PM
BootInk
BootInk - avatar