Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I think Bruce Eckel's book, Thinking in Java is better at explaining these things than most other books I've seen. You can get his book online for free at his web site. I think the book Effective Java, by Joshua Bloch may also be helpful for understanding Java design aspects, but I've not yet read that book (I just skimmed over it yesterday; it seems to follow well in the excellent tradition of Scott Meyers' Effective C++ books). - mfg > Abstract classes have important distinction from interfaces. > interfaces cannot have method body. If base abstract class defines a method, a child does not have to redefine it unless it wants to. > > 1 ans) If you examine carefully abstract classes provide > > cheers > > > I wish to ask you certain doubts . While reading the subject , I got the feeling that most of the books are written with the 'how' and not 'why' approach . And certain design aspects are left unanswered . > > > There must be more design aspects which I have not been able to come up to. I request you to please tell me where I can the answer to these questions as well as a more in depth dealing about why Java is the way it is . Please suggest me the readable books on the topic .
Replies: |
Sponsored Links
|