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