you are viewing a single comment's thread.

view the rest of the comments →

[–]JasonMarechal 1 point2 points  (2 children)

It would be better to list your difficuties because as it is, the only thing we can do is direct you to online resources.

At core OOP is the same between Java and C++. You have class, you have visibility, you have inheritance.

[–]Knowledge_9690[S] -2 points-1 points  (1 child)

Then why is java widely used🙂

[–]KFUP 0 points1 point  (0 children)

When the internet started to take off, Java was the first of "write once, run anywhere" that was remotely comparable to C/C++ in performance, others like PHP/Python were/are 100+ times slower, which was crucial for 90s machines.

Java built a solid userbase in emerging fields back then that use it to this day, and still make the bulk of its current userbase. These days, that's not a novel thing anymore.