Design Patterns
Tutorial- 5 Week 6
Topics: Abstract Factory Pattern
Implementation of Abstract Factory Pattern in real world
applications.
1. Design an application for banking system with two different
sections (Normal operations as separate sector/Loan operations
as separate sector).Different types of loans are provided by the
banks such as education /business/car loan. All the banks should
follow the uniform rules and regulations
2. Identify suitable design pattern and provide facility for the client
to implement banking operation and loan operation with
several choices.