CSC/ECE 517 Fall 2009/wiki2 design pattern static dynamic

From Expertiza_Wiki
Jump to navigation Jump to search

Design Patterns from a Static/Dynamic Point of View

Clearly, Ruby offers more concise realizations of certain design patterns than Java does. Is this typical of dynamic o-o languages? Are there design patterns that any dynamically typed language can realize better than a statically typed language? Are there instances when a different pattern should be used in a dynamic language than a static language?

Introduction

Design Pattern

Static/Dynamic Type Language

Example

Conclusion