Y
Hacker News
new
|
ask
|
show
|
jobs
by
chi3
3023 days ago
That's quite irrelevant to the conversation though, we weren't talking about whether OOP is good or not. C++ is very far from "C with classes" today.
1 comments
qdoop
3023 days ago
Ok but still OOP is the central idea and also there is this trend the most annoying one to always try modeling everything as classes and objects.
link
leetcrew
3023 days ago
plenty of c++ is just functions wrapped in namespaces. namespaces alone are a significant advantage over c.
link