Multiple choice technology packaged enterprise solutions

What are different design patterns used in BOM?

  1. Adapter

  2. Factory

  3. Singleton

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

BOM (Business Object Model) uses multiple design patterns including Adapter (for interface compatibility), Factory (for object creation), and Singleton (for ensuring single instances). All three patterns serve different purposes in the architecture and are commonly used together in enterprise systems.