Wednesday 15 May 2013

When to use Descriptive Programming?


1. When Object properties are dynamic. (E.g. Ticket purchase - No one passenger will bought same number of tickets)
2. When the size of object repository is getting very large or exceeding more than 2 MB.
3. When there is no Object Repository. (E.g. When an application is in development stage)
4. When you try to access same type of objects, in large number (E.g. Selecting each and every link in Yahoo site)

No comments:

Post a Comment