Skip to content

AlvanirJr/Null-Object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Null-Object

Design Patterns Null Object

In Null Object pattern, a null object replaces check of NULL object instance. Instead of putting if check for a null value, Null Object reflects a do nothing relationship. Such Null object can also be used to provide default behaviour in case data is not available.

In Null Object pattern, we create an abstract class specifying various operations to be done, concrete classes extending this class and a null object class providing do nothing implemention of this class and will be used seemlessly where we need to check null value.

Implementation

Se baseia em um sistema de verificação de nome e matriculas de alunos, que estão cadastrados em um determinado estabelecimento.

About

Design Patterns Null Object

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published