My favorite pattern is definitely singleton because of how elegant and simple it is. Did anyone share my feelings as well or do you guys prefer things like factory design pattern or maybe adapter pattern
I like adapter design pattern because it always objects of differing types to be compatible which is a problem I run into often lol
I like the adapter pattern as well because of the example of the robots that we got. Made it easier to understand.
I like the Singleton Design Patter because it's one of the simplest design patterns in Java. This design pattern provides one of the best ways to create an object.