Let’s break the ice….Lecture # 3Ahmed SafwatMuhamadHeshamAbdelrahman Al-Ogail
AgendaYou can solve it yourself!Meet Singleton pattern.Call for a new requirement.First try for implementation.Bad smell code.Who’s our hero?
Agenda (con’t)Meet  today’s pattern.Break!!Second try for implementation.Common uses.What’s next?
What’s a design pattern?A design pattern is:Set of class(es).Interact together.In UML (class diagram).Informal
Let’s solve it ourselvesHow do we ensure that a class has only one instance and that the instance is easily accessible?UniqueGlobal Access
SingletonFormalThe Singleton assures that there is one and only one instance of a class, and provides a global point of access to itMake sure that there can be one and only one instance of a class
Singleton
Our Current StatusWhat have we did till now?
Call for New RequirementEach level can be in one of two styles:PharonicAztecFirst level is Aztec.Second and third level is Pharonic.
First Try Implementation1. We need find where we decide which image we load.2. Categorize images to 2 sets, Pharonic an Aztec.
Our Code Smells BadEach time we add a new theme we add piles of if-elsestatements.Our class do more than its job (SCSR).
My Restaurant Drinks
My Restaurant Drinks
My Restaurant DrinksWater BottleCoke softOrange softLemon soft
Who’s our hero?So, what we can call it?
Let’s Google it!
Break
Meet Abstract Factory
Meet Abstract FactoryLemon softCoke soft
Second Try for ImplementationJust Code It
Common Uses
What’s Next?Consequences of Factory Pattern.Factory Method Pattern.Implement Factory Pattern using Prototype Pattern.
Thank you ...Questions??ahmedaliyossef@acm.orgmhesham.fcis@gmail.comzikas_zak@hotmail.com

More Related Content

DOC
RAVI_CV
PDF
Design Patterns Summer Course 2009-2010 - Session#4
PDF
Product Management Portfolio
PPT
On writing well
PPTX
Design Patterns Summer Course 2010-2011 - Session#1
PDF
Design Patterns Summer Course 2009-2010 - Session#1
PPTX
Design Patterns Summer Course 2010-2011 - Session#2
PDF
Design Patterns Summer Course 2009-2010 - Session#2
RAVI_CV
Design Patterns Summer Course 2009-2010 - Session#4
Product Management Portfolio
On writing well
Design Patterns Summer Course 2010-2011 - Session#1
Design Patterns Summer Course 2009-2010 - Session#1
Design Patterns Summer Course 2010-2011 - Session#2
Design Patterns Summer Course 2009-2010 - Session#2

Viewers also liked (6)

KEY
Keynote for eco house
PDF
Smart leaven technologies_corporate_presentation_short_4
PPTX
[K Engine] Intorduction To Machine Planning, A Case Based Approach
PPTX
NTP Software Jan 2012 Monthly Meeting IPC Presentation
PPTX
1st Seminar- Intelligent Agent for Medium-Level Artificial Intelligence in Re...
PPT
On writing well
Keynote for eco house
Smart leaven technologies_corporate_presentation_short_4
[K Engine] Intorduction To Machine Planning, A Case Based Approach
NTP Software Jan 2012 Monthly Meeting IPC Presentation
1st Seminar- Intelligent Agent for Medium-Level Artificial Intelligence in Re...
On writing well
Ad

Similar to Design Patterns Summer Course 2009-2010 - Session#3 (20)

PPTX
Software Patterns
PPT
Introduction To Design Patterns
PPT
5 Design Patterns Explained
PPTX
PATTERNS01 - An Introduction to Design Patterns
PPTX
Creational pattern
PPTX
PPTX
Design pattern and their application
PPTX
Design Patterns
PDF
(E book pdf) thinking in patterns with java
PPTX
Architecture and design
PPTX
Introduction to Design Patterns
PPTX
Gof design patterns
PPTX
Design Pattern Mastery - Momentum Dev Con 19 Apr 2018
PPTX
PATTERNS02 - Creational Design Patterns
PPTX
Design Patterns- Course for students .pptx
PPTX
Let us understand design pattern
PPT
Chapter 4_Introduction to Patterns.ppt
PPT
Chapter 4_Introduction to Patterns.ppt
PPTX
design patter related ppt and presentation
PDF
Design patterns for fun & profit - CoderCruise 2018
Software Patterns
Introduction To Design Patterns
5 Design Patterns Explained
PATTERNS01 - An Introduction to Design Patterns
Creational pattern
Design pattern and their application
Design Patterns
(E book pdf) thinking in patterns with java
Architecture and design
Introduction to Design Patterns
Gof design patterns
Design Pattern Mastery - Momentum Dev Con 19 Apr 2018
PATTERNS02 - Creational Design Patterns
Design Patterns- Course for students .pptx
Let us understand design pattern
Chapter 4_Introduction to Patterns.ppt
Chapter 4_Introduction to Patterns.ppt
design patter related ppt and presentation
Design patterns for fun & profit - CoderCruise 2018
Ad

Recently uploaded (20)

PPTX
Chapter 5: Probability Theory and Statistics
PPT
What is a Computer? Input Devices /output devices
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
Unlock new opportunities with location data.pdf
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
August Patch Tuesday
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Five Habits of High-Impact Board Members
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
Getting Started with Data Integration: FME Form 101
PPTX
Benefits of Physical activity for teenagers.pptx
PPTX
The various Industrial Revolutions .pptx
PPT
Geologic Time for studying geology for geologist
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
Chapter 5: Probability Theory and Statistics
What is a Computer? Input Devices /output devices
Group 1 Presentation -Planning and Decision Making .pptx
WOOl fibre morphology and structure.pdf for textiles
A contest of sentiment analysis: k-nearest neighbor versus neural network
Taming the Chaos: How to Turn Unstructured Data into Decisions
Assigned Numbers - 2025 - Bluetooth® Document
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
Unlock new opportunities with location data.pdf
A comparative study of natural language inference in Swahili using monolingua...
August Patch Tuesday
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
1 - Historical Antecedents, Social Consideration.pdf
Five Habits of High-Impact Board Members
Getting started with AI Agents and Multi-Agent Systems
Getting Started with Data Integration: FME Form 101
Benefits of Physical activity for teenagers.pptx
The various Industrial Revolutions .pptx
Geologic Time for studying geology for geologist
NewMind AI Weekly Chronicles – August ’25 Week III

Design Patterns Summer Course 2009-2010 - Session#3