CSC/ECE 517 Fall 2010/ch3 3f DF: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 17: Line 17:


<pre>
<pre>
Sample code here
Ruby Sample code here
</pre>
</pre>


== References ==
== References ==

Revision as of 05:19, 4 October 2010

The Singleton pattern in static and dynamic languages


Introduction

Text overview

UML Diagram

Static Language Implementation

Sample code here

Dynamic Language Implementation

Ruby Sample code here

References