CSC/ECE 517 Fall 2007/wiki1 7 c9: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Multiple Inheritance in Java other languages vs Mixins in Ruby | Multiple Inheritance in Java other languages vs Mixins in Ruby | ||
References: | |||
== References: == | |||
#[http://www.amazon.com/Programming-Ruby-Pragmatic-Programmers-Second/dp/0974514055 Programming Ruby: The programmatic programmer’s guide] | #[http://www.amazon.com/Programming-Ruby-Pragmatic-Programmers-Second/dp/0974514055 Programming Ruby: The programmatic programmer’s guide] | ||
#[http://www.objectmentor.com/resources/articles/javacpp.pdf Deadly diamond of death by Robert Martin] | #[http://www.objectmentor.com/resources/articles/javacpp.pdf Deadly diamond of death by Robert Martin] | ||
#[http://giantrobots.thoughtbot.com/2007/9/5/ruby-modules-multiple-inheritance A very insightful article from thoughtbot] | #[http://giantrobots.thoughtbot.com/2007/9/5/ruby-modules-multiple-inheritance A very insightful article from thoughtbot] |
Revision as of 02:49, 14 September 2007
Multiple Inheritance in Java other languages vs Mixins in Ruby