Design Pattern Examples
Overview of object-oriented design patterns
c/NullObject_Exercise.h
Go to the documentation of this file.
1
6
7
#pragma once
8
#ifndef __NULLOBJECT_EXERCISE_H__
9
#define __NULLOBJECT_EXERCISE_H__
10
11
void
NullObject_Exercise
(
void
);
12
13
#endif
// __NULLOBJECT_EXERCISE_H__
NullObject_Exercise
void NullObject_Exercise(void)
Example of using the Null Object Pattern.
Definition:
NullObject_Exercise.c:275
c
NullObject_Exercise.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6