0
What is Enumerations object-oriented design pattern?
The prof had asked us to search the net about details on Enumeration object-oriented design pattern, but I can't see anything in the net. If you do know, please do comment. Or if ever you know any website that discussed it.
3 Réponses
+ 1
You can implement an interface with an enum and follow the Strategy Pattern in less a static way. https://stackoverflow.com/questions/2709593/why-would-an-enum-implement-an-interface
0
zemiak Hi, it says page not found
0
perhaps he means Iterator pattern