CSC/ECE 517 Fall 2012/ch1 1w6 pp: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<p>The Ruby Programming Language on the JVM. Ruby is a reflective, dynamic, and interpreted object-oriented scripting language. JRuby is a Java programming language implementati...") |
No edit summary |
||
Line 1: | Line 1: | ||
<p> | <p>This page is about the mixing static and dynamic Object Oriented code. This page will mention some difficulties when these 2 types of object orientation are mixed and then we will give on practical example of such in JRuby. JRuby is mixing of Java and Ruby, this page will cover the different types of such mixings and examples of each of them. </p> | ||
Revision as of 18:19, 9 September 2012
This page is about the mixing static and dynamic Object Oriented code. This page will mention some difficulties when these 2 types of object orientation are mixed and then we will give on practical example of such in JRuby. JRuby is mixing of Java and Ruby, this page will cover the different types of such mixings and examples of each of them.