Community

Null Object Design Pattern

(Richard Carr) The null object pattern is a design pattern that simplifies the use of dependencies that can be undefined. This is achieved by using instances of a concrete class that implements a known interface, instead of null references.

Read More - Register for Free Membership