CSC/ECE 517 Fall 2011/ch4 4a ga: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==Extend in Ruby==
==Extend in Ruby==
===What is Extend?===
===What is Extend?===
===Extend vs. Include===
====Definition====
===Extending classes vs. Extending objects===
====Extend vs. Include====
====Extending classes vs. Extending objects====
===Practical Examples===
===Practical Examples===
====Twitter Module====
====Twitter Module====
====Singleton Pattern====
====Singleton Pattern====
==Extend in other languages==
==Extend in other languages==

Revision as of 21:48, 16 October 2011

Extend in Ruby

What is Extend?

Definition

Extend vs. Include

Extending classes vs. Extending objects

Practical Examples

Twitter Module

Singleton Pattern

Extend in other languages