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.