EvilZone
Programming and Scripting => Java => : 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.
-
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.
-
Read books, books and more books, the ebook part of this site will probably be of use to you.
-
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!
-
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
-
Ebook Section is the best section of them all! LOVE LOVE THE INFO!
Indeed it is.