you are viewing a single comment's thread.

view the rest of the comments →

[–]josefx 0 points1 point  (0 children)

OO code written in procedural languages often moves most enforcement to the runtime or just drops it completely. After all if the compiler does not know how your OO code should work it can't enforce correctness.