ClearMyBench
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Basic concepts of Object Oriented Modelling (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Basic concepts of Object Oriented Modelling
#2448
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Basic concepts of Object Oriented Modelling 4 Years ago Karma: 0  
The Abstract class calls will instantiate, depending on a configuration parameter in the application one of the concrete factories:

WindowsLookAndFeel or MotifLookAndFeel.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2449
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Basic concepts of Object Oriented Modelling 4 Years ago Karma: 0  
Each request for a new object will be delegated to the instatiated concrete factory which will return the controls with the specific flavor
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2450
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Basic concepts of Object Oriented Modelling 4 Years ago Karma: 0  
The Abstract Factory t isolates the creation of objects from the client that needs them, giving the client only the possibility of accessing them through an interface, which makes the manipulation easier.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2451
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Basic concepts of Object Oriented Modelling 4 Years ago Karma: 0  
By using an abstract factory the exchanging of product families is easier, as the class of a concrete factory appears in the code only where it is instantiated.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2452
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Basic concepts of Object Oriented Modelling 4 Years ago Karma: 0  
Also if the products of a family are meant to work together, the Abstract Factory makes it easy to use the objects from only one family at a time.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2453
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Basic concepts of Object Oriented Modelling 4 Years ago Karma: 0  
The abstract factory pattern also has its flaws

Adding new products to the existing factories is difficult, because the Abstract Factory interface uses a fixed set of products that can be created.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
logo footer   Copyright 2009 - 2013 HotRecruiter.Com - All Rights Reserved