good reference

V

vinnie

i wish to start programming with OOP, but i have no experience: can
anyone tell me what book should i buy to learn it?

I have a good knowledge of programming, but absolutely zero of OOP.

Also, working hard, how long do you think it may need to have a good
understanding of it, so i can start programming in that direction?

Thanks a lot.
 
P

pedrito

vinnie said:
i wish to start programming with OOP, but i have no experience: can
anyone tell me what book should i buy to learn it?

I have a good knowledge of programming, but absolutely zero of OOP.

Also, working hard, how long do you think it may need to have a good
understanding of it, so i can start programming in that direction?

Thanks a lot.

Well, first of all, you'll only learn so much from a book. There are tons.
I'd check ratings on Amazon and start there.

But honestly, the only way most people learn good OOP techniques is by
working with people who are good. It doesn't even have to be in an office
type environment. Get involved in an OSS project and learn the code and try
to contribute. There's nothing better than having people who know their
stuff sharing their knowledge with you.

Learning from a book depends on the author really knowing his stuff and you
really understanding what he's saying. That's often hard to do without
guidance. That's just my $0.02
 
S

Smithers

Being that you already have a "good knowledge of programming" - then you
would likely Andrew Troelsen book(s) helpful.

-HTH
 
V

Vince

i wish to start programming with OOP, but i have no experience: can
anyone tell me what book should i buy to learn it?
I have a good knowledge of programming, but absolutely zero of OOP.
Also, working hard, how long do you think it may need to have a good
understanding of it, so i can start programming in that direction?

I'm surprised that, in 2007, someone with "a good knowledge of programming"
has zero knowledge of OOP!

I've been using OOP professionally for about 13 years - I would have thought
that anyone who been to school/college in that period would have learned
something.

facetiousness aside, as has already been mentioned, I use Amazon's terrific
review system.
 
M

Mark Rae [MVP]

I have a good knowledge of programming, but absolutely zero of OOP.

There are some (me included) who would say that the two halves of the above
sentence are mutually exclusive...
 
M

mark4asp

i wish to start programming with OOP, but i have no experience: can
anyone tell me what book should i buy to learn it?

I have a good knowledge of programming, but absolutely zero of OOP.

Also, working hard, how long do you think it may need to have a good
understanding of it, so i can start programming in that direction?

Thanks a lot.

How timely, I repeat my post from yesterday.

This book gets top marks from me: "Beginning C# Objects: From
Concepts
to Code" by Jacquie Barker and Grant Palmer. It is 3 years old now so
there is no C#2005 edition! So why am I recommending it? - because
it
is an excellent book. It is all about C# objects which will be the
difficult bit for you unless you've previously used an OO programming
language. They do go over the basic syntax (keywords, sequence,
selection and iteration) but most of the book dwells on C# objects
and
it is a great introduction to OOAD using UML via a small case study.
Most introductory C# books don't do OOAD very well (most just don't
cover it or they treat it in a derisory fashion) - which is why I am
recommending this book to you. http://www.apress.com/book/bookDisplay.html?bID=293

After reading it you don't stop there but it's brilliant place to
start.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top