Multiple choice technology packaged enterprise solutions

Is there any BOM class that is directly referenced by clients without using interface?

  1. True

  2. False

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

There are BOM classes that are directly referenced by clients without using interfaces. While interface-based design is preferred for loose coupling, direct class references exist in some parts of the architecture for practical reasons like simplicity or performance.