EvilZone

Programming and Scripting => Java => : Bigbamino2017 October 22, 2014, 04:22:53 PM

: Java teacher Boo
: Bigbamino2017 October 22, 2014, 04:22:53 PM
I am working on a side project that requires objective programming and he wont explain how to tie in other files will taking an input and transferring it. The question is should I jump ahead and learn it by my self? I currently am working on Do-while-if loops if that will help explain where I am in the java language.
: Re: Java teacher Boo
: Deque October 22, 2014, 05:43:22 PM
If you are still working on understanding loops, object orientiation is far above your head. Don't rush. Get the procedural part into your head first, meaning work in one class and one file only, learn how to use variables, control structures (loops, if-statements, etc) and methods. Learn about scope. Then and only then you should move on to object oriented programming.
: Re: Java teacher Boo
: Nortcele October 22, 2014, 05:54:38 PM
Read books, books and more books, the ebook part of this site will probably be of use to you.
: Re: Java teacher Boo
: Killeramor October 22, 2014, 05:56:44 PM
Read books, books and more books, the ebook part of this site will probably be of use to you.




Ebook Section is the best section of them all! LOVE LOVE THE INFO!
: Re: Java teacher Boo
: Bigbamino2017 October 22, 2014, 06:12:39 PM
If you are still working on understanding loops, object orientiation is far above your head. Don't rush. Get the procedural part into your head first, meaning work in one class and one file only, learn how to use variables, control structures (loops, if-statements, etc) and methods. Learn about scope. Then and only then you should move on to object oriented programming.


Thanks eveyone for your answers, and right now we are learning about the SCOPE in class. I have if-else-if statements down and just working on getting the if whiles down right now because it's a bit more trickier for me
: Re: Java teacher Boo
: Nortcele October 22, 2014, 07:29:13 PM



Ebook Section is the best section of them all! LOVE LOVE THE INFO!

Indeed it is.