#java
Read more stories on Hashnode
Articles with this tag
Observer Pattern · Observer Pattern keeps the objects in the know when something about they care happens. Publishers + Subscribers = Observer...
Strategy Pattern · Need : When we are using inheritance in our application, there comes a situation where our design in no longer scalable. Strategy...