Structural and Behavioral Design Patterns

Structural and Behavioral Design Patterns

Professional Development

20 Qs

quiz-placeholder

Similar activities

js DOM

js DOM

12th Grade - Professional Development

20 Qs

BE1 - Structural Design Pattern

BE1 - Structural Design Pattern

Professional Development

20 Qs

Chapter 1 Review

Chapter 1 Review

4th Grade - Professional Development

16 Qs

BrightChamps Technical Round - C++ language

BrightChamps Technical Round - C++ language

Professional Development

15 Qs

PQuiz 161.2.1 - Active Directory, Groups, OUs

PQuiz 161.2.1 - Active Directory, Groups, OUs

Professional Development

16 Qs

Data Science

Data Science

Professional Development

15 Qs

FUNCTIONS - FILES - OOPs CONCEPTS

FUNCTIONS - FILES - OOPs CONCEPTS

Professional Development

25 Qs

CodeMonkey

CodeMonkey

1st Grade - 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?