What about the theory of programming? How would you suggest a "newbie" take that on? A novice programmer, who happens to be a fellow co-worker pointed me to this
book. However, he reads a book, and immediately considers himself an expert on the subject. Therefore, I'm cautious to act on his word alone. Do any of you gents have a suggestion? I'm having a very hard time learning OOP directly. From what I'm beginning to see, it would be more logical to learn OOP through the syntax of a particular language, such as Java or C++.
Specifically what I mean by the theory of programming is: pointers, integers, array's, what they mean when they refer to the data, etc... From my view on computers, speaking as a communications project manager - rather than a developer - I see things from a user standpoint. Therefore, when they say "data", I think of things like, word documents and txt files, the physical representation of the term. Am I making sense? Plus I have no idea what an array would be used for, or how you would use an array to program a FIFO interface etc... I'm at a loss for more of a description. Can any of you provide some "educated/logical" guidance <--- not sure if I should couple those together for you developers out there
🙂. Thanks in advance for any assistance...
One last thing...what is the difference between Java and Java2?