The Abstract Factory pattern should be used when:
In the Binary Balanceable Tree example discussed in class, which was the factory method?
The ability of an object reference variable to point
to objects of different types is called:
Why is it desirable to “program to an interface, not to an implementation”?
What is wrong with this implementation of a “double-checked” singleton class? (there are 5 errors in this implementation)
Which singleton variant would you use in each case?
Match the principles with their key idea
Which of these are consequences of the strategy pattern?
Select the design principles that are applied in the Observer Pattern