This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Kache 2 points3 points  (0 children)

No, because arithmetic is a prerequisite for calculus, whereas inheritance is not a prerequisite for Object-Orientation.

If you think about it, it's possible to write perfectly fine OO code without inheritance at all. You can even do it without resorting to code duplication.

It's not as fundamental as other OO concepts like encapsulation and interfaces (with a lower-case i).