In this video, we will talk about null object design pattern. We'll see how it can help us to abstract away all the null checks around objects before making any method call or accessing any property. We'll see some other related design patterns where we can use it effectively. Hope, you'll enjoy this video. If you do so, then please don't forget to like and share with your acquaintances.

NULL Object Design Pattern
Sep 19 2019

Ajay Mor

In this video, we will talk about null object design pattern and will see how we can abstract away our client code from null checks across the entire application.