CSC/ECE 517 Fall 2013/ch1 1w14 st: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


__TOC__
__TOC__
==Understanding the Ruby Object Model==
===Objects===
===Classes===
===Instance Variables===
===Methods===
----
==Object Relationships==
===Instance of ...===
===Superclass/Subclass relationship===
----
==Comparision with other Object-Oriented languages==
===Comparision with java===
===Comparision with C++===
===...===
----
==Advantages of the Ruby Object Model==
----
==Disadvantages of the Ruby Object Model==
----
==See Also : ==
----
==References==
----
==External Links==

Revision as of 21:32, 16 September 2013

RUBY OBJECT MODEL



Understanding the Ruby Object Model

Objects

Classes

Instance Variables

Methods


Object Relationships

Instance of ...

Superclass/Subclass relationship


Comparision with other Object-Oriented languages

Comparision with java

Comparision with C++

...


Advantages of the Ruby Object Model


Disadvantages of the Ruby Object Model


See Also :


References


External Links