CSC/ECE 517 Fall 2011/ch3 4b js

From Expertiza_Wiki
Revision as of 03:17, 15 October 2011 by Qrjones (talk | contribs) (→‎Closures)
Jump to navigation Jump to search

Closures

What is a Closure?

Closures in Ruby

Blocks

Procs and Lambdas

Why use Closures?

Currying

Object-Oriented Programming in Ruby

Classes

Attributes

Inheritance

Access Control

Abstract Methods