articles/oop.md: update

This commit is contained in:
tocariimaa 2025-03-04 00:40:36 -03:00
parent 549438be7c
commit 14556145fb

View file

@ -20,4 +20,5 @@ allows for greater dynamism, something that on Simula-style OOP can be archived
Some languages based on or inspired by Smalltalk-style OOP are:
- Objective-C: some [C](c.md)-Smalltalk chimera; similar to C++ but using message passing instead of method calling.
- [Common Lisp's](common_lisp.md) CLOS
- Python: but more like in a conceptual way, as in making everything an object.
- ...