Talk:Object-oriented programming
Jump to navigation
Jump to search
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