Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    C++ adds a lot more than classes to C, and OOP isn't the dominant style for most modern C++. Java and C++ share classes, and C-style syntax, and that's about all. Commented Jun 30, 2020 at 15:20
  • 3
    @Deduplicator Those were of course simplifications for rhethoric purpose. If I had explained every single improvement over the predecessors, I would have exceeded the character limit for answers. Commented Jun 30, 2020 at 15:25
  • Especially if you also added the downgrades. Templates are so much more than Java generics, and whether being forced to gc is an upgrade is debatable. Commented Jun 30, 2020 at 15:52
  • @Deduplicator No, you are not going to bait me into a "which is the best programming language" debate. Commented Jun 30, 2020 at 15:54