Adobe
9A0-182 · Question #18
You are defining a User class with username and password properties to encapsulate data. Which design pattern is being utilized?
The correct answer is C. ValueObject. See the full explanation below for the reasoning.
Question
You are defining a User class with username and password properties to encapsulate data. Which design pattern is being utilized?
Options
- AObserver
- BFactory
- CValueObject
- DMediator
How the community answered
(51 responses)- A2% (1)
- B10% (5)
- C82% (42)
- D6% (3)
Community Discussion
No community discussion yet for this question.