Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+10 votes

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

asked in CSC305 Fall 2019 by (1 point)

3 Answers

+2 votes

I like adapter design pattern because it always objects of differing types to be compatible which is a problem I run into often lol

answered by (1 point)
+1 vote

I like the adapter pattern as well because of the example of the robots that we got. Made it easier to understand.

answered by (1 point)
0 votes

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.

answered by (1 point)
...