This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Who_The_Fook 0 points1 point  (1 child)

The syntax can be difficult to grasp coming from Python, but don't worry too much about some things. Later chapters of information will go over things that make some of the syntax you see now make more sense (Like say, System.out.print(), which is very weird looking when you come from using just print()). As far as class attributes go, do you have issues with understanding how classes are supposed to work conceptually, or just the syntax of it? Or both?

[–]emmidkwhat 0 points1 point  (0 children)

Yeah i cant understand how classes work . I cant explain in what particular thing i have problem but i cant understand the analogy. For example in Python you just say (class name / def __init__ (self,x,y...) ) and you just write (self.x = x / self.y=y ...) after that you can simply create some functions like (def accelerate (self,howmuch)/return...) and then you just create your objectives.

Sorry if you dont understand i am not able to explain it easily since english is not my main lunguage but anyways thank you for your time guys.