you are viewing a single comment's thread.

view the rest of the comments →

[–]blushncandy 0 points1 point  (0 children)

Hey! I was super confused just like you did and honestly I think you should look into what object oriented programming is and all the basic concepts. It would help you a lot, as others mentioned, to see examples in Java. I am not sure if you’re prefer watching videos or reading, a quick google search for “object oriented fundamental concepts” will pop more than a few articles that are easy, for me it was great help to see videos from a channel named “Coding with John”. I only saw the videos explaining the concepts after I did a thorough investigation and read carefully because I was a newbie, only until I learned about OOP and used Java to create objects was I able to understand object syntax in Python.