GofPattern
SiteMap
Design Patterns Course
Behavioral Patterns
Creational Patterns
Structural Patterns
Structural Patterns
«Prev
Next»
Design Patterns
Defining Patterns
Design Challenges
Pattern Concept
Design Pattern Components
Big-O Notation
Design Pattern Benefits
Three Types Design Patterns
Three Categories Patterns
Design Pattern Scope
Traffic Signals Project
Patterns Conclusion
Singleton Patterns
Design Pattern Elements
Intent Motivation
Pattern Applicability
Singleton Pattern Structure
Singleton Structure
Singleton Pattern-Quiz
Participants Collaborations
Consequences Effects
Class Implementation
Real World Examples
Substitute Patterns
Extension Variation Pattern
Course Project
Perfect Singleton
Pattern Conclusion
Creational Patterns
Creational Design Pattern
Creational Pattern Uses
Common Creational Patterns
Factory Pattern
Factory Method-Exercise
Factory Method Structure
Factory Method Consequences
factory Pattern Summary
Structural Patterns
Structural Pattern Example
Patterns Help Programmers
Common Structural Patterns
Flyweight Pattern
Flyweight Consequences
Flyweight Suitability
Behavioral Patterns
Define Behavioral Patterns
Mediator Pattern Applicability
Observer Pattern Tradeoffs
Designing Software
How to Choose Pattern
How To Apply Pattern
Lessons Learned
Combine Design Patterns
Design Pattern Limitations
Traffic flow System
Course Conclusion
Common Structural Patterns - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Suppose you want to add responsibilities to an object. Which of the following patterns allows you to do that?
Please select the best answer.
A.
Adapter
B.
Bridge
C.
Composite
D.
Decorator
2.
Which of the following patterns controls access to an object by standing in for the object while providing the same interface?
Please select the best answer.
A.
Adapter
B.
Proxy
C.
Composite
D.
Decorator
3.
Suppose you want to provide a single, unified interface to a subsystem comprised of several interfaces. Which of the following patterns allows you to do that?
Please select the best answer.
A.
Adapter
B.
Bridge
C.
Façade
D.
Decorator
Correct answers:
Your Score: 0
Submit
Quiz Explanation