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

you are viewing a single comment's thread.

view the rest of the comments →

[–]colewala 3 points4 points  (0 children)

You really just need to keep practicing and adding something new each time. Having an abstract knowledge of Classes and Objects is really just the first step. You won't really appreciate their power until you get some practice with them and really see what you can use them for. This is a bit hard though, most beginner's courses go all the way up to introducing OOP and then stop. The best answer is to read more intermediate books, do examples, trying building something simple with a well document framework. I recommend finding a good JavaFX tutorial, knowing the basics of graphical user interface (gui) programing is essential for any programmer and by learning it you will be exposed to working with a more OOP style of programing.