Objected Oriented Programming books

  • Thread starter Thread starter Srinivas
  • Start date Start date
S

Srinivas

Hi,

Can anyone please suggest me some good books with lots of examples for,

1. Object Oriented Programming
2. Object Oriented Designing
3. Object Oriented Analysis

Thanks in advance.

Regards,

Srinivas
 
It's the $million question time :-).

Everyone will say it's a matter of taste or outlook and I have always found
that to understand one book requires good knowledge on a subject already
(certainly in OOP). You are probably not going to get one comprehensive book
*but* you might find one or too gems.

One little gem I found recently (about 3 months ago) is called An
Introduction to Object-Orientated Programming by Timothy Budd (3rd Edition).
It covers all you mention (although if you want vast detail you really need
a book per topic).
The great thing about this book is that it is focused conceptually on OOP
not on any language -so you get to see a great mix of languages (C#, C++,
Python, Delphi, Java etc).

It really could be worth you going to your local book shop and browsing
their stock though because one size does not fit all.

Br,

Mark.
 
An introduction to Object-Oriented Programming with Visual Basic .Net
Dan Clark
APress
ISBN 1-59059-015-5

OOP with Microsoft Visual Basic.Net and Microsoft Visual C#.Net Step by step
Robin A. Reynolds-Haertle
MS Press
ISBN 0-7356-1568-3

--

HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
 
Srinivas said:
Hi,

Can anyone please suggest me some good books with lots of examples for,

1. Object Oriented Programming
2. Object Oriented Designing
3. Object Oriented Analysis

Thanks in advance.

Regards,

Srinivas

You should read some SOA books as well.
 
Back
Top