0% found this document useful (0 votes)
12 views1 page

Abstract Factory Pattern in Banking Systems

The document discusses implementing the Abstract Factory pattern for a banking system application with separate sectors for normal operations and loan operations. The pattern would provide a factory that allows clients to implement both banking operations and loan operations uniformly across different bank types, with multiple choices for education, business, or car loans following standard rules and regulations.

Uploaded by

Wilshere Kj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Abstract Factory Pattern in Banking Systems

The document discusses implementing the Abstract Factory pattern for a banking system application with separate sectors for normal operations and loan operations. The pattern would provide a factory that allows clients to implement both banking operations and loan operations uniformly across different bank types, with multiple choices for education, business, or car loans following standard rules and regulations.

Uploaded by

Wilshere Kj
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like