There are some complexities for object oriented languages, but it's not the majority. You'll have to learn e.g.
interface.method), usually vtables.You might want to be aware that several new languages, like Rust and Go, don't have inheritance. While still popular and useful, OO (inheritance, at least) is over its peak, and some people feel it is not as great as initially believed. Take that into account. (Others like Yegor still like it and feel Java didn't go far enough).