CS 214: Programming Languages
Spring 2009
Home
|
Syllabus
|
Schedule
GitHub repo
Lecture Notes for May 1
Read for Today
Sections 7.7.
Topics to Cover Today
Garbage collection
stop-and-copy: fight fragmentation, generational, conservative
Implementing object-orientation
polymorphism
models: prototype, class
multiple dispatch