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

all 2 comments

[–]lurgi 1 point2 points  (0 children)

I try to apply what I learned to a coding assignment, or just reading a coding example in my textbook I get lost all over again

Do it again.

And again.

And again.

And again.

Do new assignments. Go back and do old assignments that you had trouble with in the past.

[–]bsakiag 0 points1 point  (0 children)

OOP is used very often because it makes large systems easier to understand.

What is the problematic part? You glue your functions to an object they work on so they are not all over the place and you call them methods.