🎴 Flashcard Mode
Enterprise Application Engine and BOM Technologies
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Is there any BOM class that is directly referenced by clients without using interface?
AnswerClick to flip back
A
True
💡 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.