0
What is the best way to learn object oriented in java?
2 Answers
+ 3
I found the Oracle Java docs to be the most helpful.
https://docs.oracle.com/javase/tutorial/java/index.html
+ 1
1) Think and create.
2) Observe things that is around you and try to put them in code.
3) Try to read about a topic well before you try to use it.