Difference between revisions of "Talk:Object-oriented programming"
Jump to navigation
Jump to search
(Ideas of topics to cover for OOP) |
(No difference)
|
Latest revision as of 10:38, 5 December 2021
Topics that I think should be covered here, in no particular order:
- Method invocation via "dot notation"
- The keyword "self" and its usage
- The keyword "super" and its usage
- Prototype-based inheritance
- Instantiation / initialization
- The usage / semantics of the "isa" operator in the context of objects
- The existence / semantics / usage of the "__isa" property (too advanced / no need to know?)
- Properties vs. methods
- Scope of properties / methods in instance vs. prototype