CSC/ECE 517 Fall 2012/ch2b 2w48 aa: Difference between revisions

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


Wikipedia page is the first place one would go to get an introduction about a new topic. The page provides a good introduction to Interpreter Pattern and explains where it can be used. The page also gives a few common examples where the pattern is used, and also gives a programming example by explaining how [http://en.wikipedia.org/wiki/Reverse_Polish_notation Reverse Polish Notation] can be implemented using Java.
Wikipedia page is the first place one would go to get an introduction about a new topic. The page provides a good introduction to Interpreter Pattern and explains where it can be used. The page also gives a few common examples where the pattern is used, and also gives a programming example by explaining how [http://en.wikipedia.org/wiki/Reverse_Polish_notation Reverse Polish Notation] can be implemented using Java.
==== Drawbacks ====
Although the page provides a good introduction to the Interpreter, it is by no means comprehensive. It does not discuss the advantages and disadvantages of the pattern, nor does it compare it with other patterns.
   
   
== Comparison ==
== Comparison ==
===klk===
===klk===
koj
koj

Revision as of 21:47, 19 November 2012

Interpreter Pattern - Directory of sites

Introduction

This page provides a directory of sites that can be used as reference to learn about the Interpreter Design Pattern that is used in Object Oriented Programming.

Directory of sites

Interpreter Pattern (Wikipedia)

  http://en.wikipedia.org/wiki/Interpreter_pattern

Wikipedia page is the first place one would go to get an introduction about a new topic. The page provides a good introduction to Interpreter Pattern and explains where it can be used. The page also gives a few common examples where the pattern is used, and also gives a programming example by explaining how Reverse Polish Notation can be implemented using Java.

Drawbacks

Although the page provides a good introduction to the Interpreter, it is by no means comprehensive. It does not discuss the advantages and disadvantages of the pattern, nor does it compare it with other patterns.

Comparison

klk

koj