Added abstract factory pattern

This commit is contained in:
Bartek Kryza
2021-07-25 10:54:57 +02:00
parent 79fb0e8d60
commit b06335f2f8
7 changed files with 150 additions and 1 deletions

View File

@@ -73,8 +73,8 @@ File t00019_layer1.h
```cpp
#pragma once
#include <string>
#include <iostream>
#include <string>
namespace clanguml {
namespace t00019 {