Skip to content

Commit

Permalink
Update and rename OOP to OOP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtalijanac authored Feb 18, 2025
1 parent 31df4e1 commit 6701c8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OOP → OOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ And you can have variations to this theme. C++ method dispatch uses vtable at co
In Java all methods are virtual so it is all about real runtime type of variable. However JVM mostly resolves those pointers on first usage.

And in Python it is even more advance/dynamic in a sense that dot operator is function which is executed on data type to the left of it each time it is spelled in code. So this would be "interpreting-time" (linetime?).

Links
---------------
Brian Will: [Object-Oriented Programming is Bad](https://www.youtube.com/watch?v=QM1iUe6IofM)

0 comments on commit 6701c8d

Please sign in to comment.