+ 2
What is the best way to learn OOP concepts?
4 Réponses
+ 8
The best way is to read/learn, understand and apply.
These 3 steps are practically the best way to learn anything well - learn, understand and apply as soon as possible. If you want to learn OOP concepts that are essential for Java and similar languages, go through the SoloLearn courses like @chirag said, then actually apply those concepts through code and you'll learn much faster☺
+ 8
go through sololearn courses vividly.....
then just code ,code and code..........ok challenges also help a lot.... :D
+ 7
@Utkarsh, awesome! Any way to learn is great as long as you're comfortable with it and learn faster with it 👍
+ 5
I understand OOP best with graphics , I mean they say imagine a car or something which has functions which just prints numbers through complex ways .
With graphics you don't need to imagine , you make , you see practical use by making visual objects and their functions working live in front of you .
I understood through (Processing) which is a Java framework for really easy graphics work . So you don't get stuck in syntax you easily understand the concept .