Skip to content

CSCI-360-01-2018/hw5-landaumd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HW5

Due: 13 Feb 2018

You will be assigned a design pattern from "Design Patterns by Gamma, Helm, Johnson, Vlissides".

Write a three- to five-page research paper on the pattern and its evolution, etc. Write an implementation in Java. You may present a five minute talk on your pattern that includes your implementation.


Factory Method Design Pattern

Here is an implementation which uses an Ice Cream Shop creator class and Ice Cream products to illustrate the use of the Factory Method design pattern.

To Compile and Run from the command line:

Clone this repository and change directory into the folder it creates.

cd Implementation
javac IceCreamDriver.java   
java IceCreamDriver

About

hw5-landaumd created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages