CSC/ECE 517 Summer 2008/wiki1 8 smr

From Expertiza_Wiki
Revision as of 00:25, 30 May 2008 by Smrober4 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

...