Re: My considerations on C++ & Java
Ilja Preuss <[email protected]>
| Newsgroups | gmane.comp.programming.language-of-the-year |
|---|---|
| Message-ID | <[email protected]> |
> Thirdly, JDK is good paradigm for OOD. If you are familar with Java , I > think you had good sense of OO. Software is absract, OO is successful > idea for software. I think everyone should hug OO, and act or think with > OO. Well, I'm mostly a Java guy, and I like Java, but neither the language itself, nor most parts of the API are an OO poster child, I would say. For that, I'd rather look at a language like Smalltalk. I'd also advise you to not stop with OO languages. Take a look at functional languages, declarative languages etc. pp. Even if you are not able to use them, you will at least learn new ways to look at a programming problem. Cheers, Ilja