Which are true of design patterns? (Choose all that apply.)
B and C are correct.
Design patterns are conceptual and design level.
You have to code the implementation for each use.
D is incorrect because there are dozens of patterns defined for Java.
Only three of them are tested on the exam, but you should be aware that more exist.
E is incorrect because it makes sense to reuse the same pattern.
For example, you might have multiple DAO objects.