DEV Community

Discussion on: How to learn object oriented programming

Collapse
 
chirpycoder profile image
Prasanth Varikallu

It took me a long time to develop that kind of thinking. I was introduced to Java first and it absolutely made no sense for a really long time. Thinking everything as real world objects and visualizing them really helped me understand programming better. Solving problems is another good way to get into it. You can check Leetcode or Project Euler or any other site that has programming problems to get started. I came to form an opinion that programming is a skill and it takes time to acquire it and even more time to get better at it