Transcript
Page 1: Design patterns - Prototype Pattern

PROTOTYPE PATTERN explained !

Prepared by Annamalai C

Copyright 2006-2011

QmPeinitiative

Page 2: Design patterns - Prototype Pattern

Copyright 2006-2011

Prototype Pattern in Real Life

CLONING is an Example of Prototype Pattern

Page 3: Design patterns - Prototype Pattern

Copyright 2006-2011

Prototype Pattern in Java

PrototypeClient

PrototypeCreator

Prototype

ConcretePrototype

ConcretePrototype

Page 4: Design patterns - Prototype Pattern

Copyright 2006-2011

Real Life vs Java Object

Prototype

ConcretePrototype

ConcretePrototype

ANIMAL

Page 5: Design patterns - Prototype Pattern

Copyright 2006-2011

How Prototype Pattern works in Real Life ?

request

clone

deliver

clone

Page 6: Design patterns - Prototype Pattern

How Prototype Pattern works in Java ?

Copyright 2006-2011

Page 7: Design patterns - Prototype Pattern

Copyright 2006-2011

QmPeinitiative

THANK YOU

Please visit www.eclipseinclips.com | www.ancitconsulting.com

Write to us on [email protected]


Top Related