object oriented programming [message #18579] |
Thu, 20 January 2000 00:00 |
Klaus Scipal
Messages: 45 Registered: November 1997
|
Member |
|
|
Hi
I am curious if anybody knows of a good book on object oriented programming.
I have some experience in IDL but I don't really have an idea of object
oriented programming.
Most books I know presuppose some knowledge in C or C++, which I don't have.
What I am looking for is something starting from scratch.
klaus
|
|
|
Re: object oriented programming [message #18674 is a reply to message #18579] |
Thu, 20 January 2000 00:00  |
Mirko Vukovic
Messages: 124 Registered: January 1996
|
Senior Member |
|
|
In article <MPG.12f0b72c16930b2b9899f4@news.frii.com>,
davidf@dfanning.com (David Fanning) wrote:
> Klaus Scipal (kscipal@ipf.tuwien.ac.at) writes:
>> I am curious if anybody knows of a good book on object oriented
programming.
>> I have some experience in IDL but I don't really have an idea of
object
>> oriented programming.
>> Most books I know presuppose some knowledge in C or C++, which I
don't have.
>> What I am looking for is something starting from scratch.
>
> The book that got me started on object programming (and still
> a book I like to read) is _Object-Oriented Design Heuristics_
> by Arthur J. Riel. Despite its awful title, it is an easy
> book to understand and extremely well written for a computer
> book. What I have always especially liked about it is that
> no special knowledge of C or C++ is required to understand
> it, thank God! :-)
>
That one I found really hard to follow. Now that I know a bit about
OOP, I should try again.
What I liked was by Rumbaugh et al., Object-Oriented modeling and
design, Prentice Hall. It is not for any specific programming language.
I believe that they have a new book out now, but don't know the name.
Mirko
Sent via Deja.com http://www.deja.com/
Before you buy.
|
|
|
Re: object oriented programming [message #18676 is a reply to message #18579] |
Thu, 20 January 2000 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Klaus Scipal (kscipal@ipf.tuwien.ac.at) writes:
> I am curious if anybody knows of a good book on object oriented programming.
> I have some experience in IDL but I don't really have an idea of object
> oriented programming.
> Most books I know presuppose some knowledge in C or C++, which I don't have.
> What I am looking for is something starting from scratch.
The book that got me started on object programming (and still
a book I like to read) is _Object-Oriented Design Heuristics_
by Arthur J. Riel. Despite its awful title, it is an easy
book to understand and extremely well written for a computer
book. What I have always especially liked about it is that
no special knowledge of C or C++ is required to understand
it, thank God! :-)
ISBN 0-201-63385-X. You can find it at Amazon. There
is a short review of this and other books I've found
helpful on my web page.
http://www.dfanning.com/documents/books.html
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|