Design Principles & Patterns Handson solutions cognizant

06-03-DP-Handson Design Principles and Patterns Cognizant

In this post we are going to cover the Design Principles and Patterns 06-03-DP-Handson solution asked in Cognizant.

Objectives

  • Demonstrate the usage and implementation of Builder design pattern
    • Build complex objects using simple objects
  • Demonstrate the usage and benefits of  Adapter design pattern
    • Benefits, Target Interface, Adapter class, Adaptee class, Client

Analyze and implement the following design patterns through real life problems

Implement all these problems through a Console application

Builder:

Please refer to the handson document ‘GOF_BuilerPatternHandsOn’ under Reference folder.

Adapter:

Please refer to the handson document ‘GOF_AdapterPatternHandsOn’ under Reference folder.

Zip File is given below, Click on download and submit directly in tekstac GenC platform.

Similar Posts