Structural and Behavioral Design Patterns

Structural and Behavioral Design Patterns

Professional Development

20 Qs

quiz-placeholder

Similar activities

C# Interfaces

C# Interfaces

Professional Development

16 Qs

Design Patterns Quiz 01

Design Patterns Quiz 01

Professional Development

21 Qs

105 5-6 Review

105 5-6 Review

10th Grade - Professional Development

21 Qs

Netzwerke 2.0 JARD

Netzwerke 2.0 JARD

Professional Development

17 Qs

JMS Fundamentals: Core Java

JMS Fundamentals: Core Java

Professional Development

15 Qs

Chapter 1 Review

Chapter 1 Review

4th Grade - Professional Development

16 Qs

Service Cloud Pizza Session

Service Cloud Pizza Session

Professional Development

20 Qs

BE1 - Structural Design Pattern

BE1 - Structural Design Pattern

Professional Development

20 Qs

Structural and Behavioral Design Patterns

Structural and Behavioral Design Patterns

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Halyna Melnyk

Used 58+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Purpose Defines an abstract object structure independently of the implementation object structure in order to limit coupling.

Use When

Abstractions and implementations should not be bound at compile time.

Adapter

Bridge

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the interface of a class into another interface clients expect and let classes work together, that could not otherwise because of incompatible interfaces.

Bridge

Adapter

Composite

Observer

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Represents an operation to be performed on the elements of an object structure. This Pattern lets you define a new operation without changing the classes of the elements on which it operates.

Bridge

Mediator

Observer

Visitor

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Permits classes with disparate interfaces to work together by creating a common object by which they may communicate and interact.

Use When

A class to be used doesn’t meet interface requirements.

Adapter

Bridge

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Compose objects into tree structures to represent part-whole hierarchies. / Composite lets clients treat individual objects and compositions of objects uniformly.

Bridge

Adapter

Composite

Observer

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Purpose Defines an abstract object structure independently of the implementation object structure in order to limit coupling.

Use When

Abstractions and implementations should be independently extensible.

Adapter

Bridge

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it.

Strategy

Mediator

Observer

Adapter

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?