Structural and Behavioral Design Patterns

Structural and Behavioral Design Patterns

Professional Development

20 Qs

quiz-placeholder

Similar activities

Brandon Center Review

Brandon Center Review

Professional Development

15 Qs

DI (AD22) - Diseño Visual (T9.1 y 9.2)

DI (AD22) - Diseño Visual (T9.1 y 9.2)

University - Professional Development

15 Qs

BE1 - Structural Design Pattern

BE1 - Structural Design Pattern

Professional Development

20 Qs

A+ - 1A.1 - Explain Cable Types and Connectors

A+ - 1A.1 - Explain Cable Types and Connectors

Professional Development

22 Qs

CCNA Modules Review Quiz #4

CCNA Modules Review Quiz #4

Professional Development

22 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

A+ - 1B - Install and Configure Motherboards

A+ - 1B - Install and Configure Motherboards

Professional Development

25 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?