Learning OOP with Other Resources

What are some good resources/videos to learn OOP? After going through freeCodeCamp’s OOP section 4 times and not understanding it, I’m looking for other alternatives to wrap my head around this topic. Thank you.

Hello,
Take a look at this one

1 Like

Assuming you are following the curriculum in order and referring to JS.
You should try to get the central concepts first:

When you have the general idea in you head (for example, Encapsulation) you will find a lot easier to translate that into the code.
In programming and in many scientific fields, learning well the concepts is the first step. Otherwise you will have a lot of problems understanding what you are doing.
Also, there is complementary material in the FCC channel to boost your progress.

Best Wishes.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.