articles/oop.md: update
This commit is contained in:
parent
549438be7c
commit
14556145fb
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
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.
|
- 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
|
- [Common Lisp's](common_lisp.md) CLOS
|
||||||
|
- Python: but more like in a conceptual way, as in making everything an object.
|
||||||
- ...
|
- ...
|
||||||
|
|
Loading…
Add table
Reference in a new issue