CSC/ECE 517 Summer 2008/wiki1 8 smr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
... | ... | ||
== References == | |||
[[http://www.amazon.com/Programming-Ruby-Pragmatic-Programmers-Second/dp/0974514055 | Programming Ruby: The Pragmatic Programmers' Guide]] |
Revision as of 00:39, 30 May 2008
In Lecture 7, we consider prototype-based programming in Ruby. The example that is given is somehwhat artificial. Can you identify real tasks that are easier with prototype-based programming than with class-based programming? Give the code, at least in outline.
...