Hacker News new | ask | show | jobs
by nikolay 3682 days ago
The kernel is in C. In OOP, there's at least one level coming from class declarations. 3 levels are more than normal in OOP!
1 comments

That's true. And in the OOP case you usually have exception handling (i.e. try/catch blocks) as well, instead of "goto error" style error handling which is common in C.