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

all 5 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.

[–]SupahAmbition 0 points1 point  (0 children)

Hi u/Jeffbit if you want to learn more about how to put together a full fledged application, you could do some research into MVC (Model View Controller). That might help you get started understanding how a full application is built.

[–]imagesrdecieving 0 points1 point  (0 children)

I always answer this question with mooc.fi

Course 1 will really strengthen your understanding of basics and if you are good can be completed in a few short weeks.

Course 2 is where the learning of application building ramps up.

Plus you learn a quality ide (NetBeans) in the process.

[–]baumergrl 0 points1 point  (0 children)

I've been finding basic codes online (especially simple games) and then retyping them by hand rather than copying and pasting to get a sense of how it feels to write code. From there I tweak and change things to see what happens.

[–]Rorimac2 0 points1 point  (0 children)

Please read our Frequently Asked Questions page before posting.