Is there another good place to learn C++ Object Oriented?

So far I know of this site and stackoverflow.

This site and stackoverflow are very good for specific questions, but for a general understanding it's better to have a book. Have a look at Amazon if there are some modern books about OOP.

You need to understand general concepts like inheritance, encapsulation and polymorphism lwhich are language agnostic and then of course you need to learn the C++ syntax.
I personally learned from the book "STARTING OUT WITH C++ : From Control Structures
through Objects, seventh edition.

It's a great book!
Thank for the replies. I will check out that book.
Topic archived. No new replies allowed.