CSC/ECE 517 Fall 2011/ch1 1c cm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h1 | <h1>Closures vs Methods</h1> | ||
<p>Possible bullet points:</p> | <p>Possible bullet points:</p> |
Revision as of 03:53, 31 August 2011
Closures vs Methods
Possible bullet points:
- First-class functions
- Functional vs. Object-oriented programming
- Captured variables (this is a must)
- Lambda lifting
- Function objects
- free variables