Description • For Whom? • How to Run • Author
This repository contains the codes used in the python design patterns course. This course features the following topics:
- S.O.L.I.D. Principles
- Definition of Design Standards Object-Oriented
- Design Pattern Classifications
- Singleton Pattern;
- Observer Pattern;
These contents are aimed at computer students or related areas who want to learn about design patterns for object-oriented programming.
This repository contains Python code (version 3) and Java code.
Run Java code
javac javacode.java
java javacodeRun Python code
python3 pythoncode.pyDeveloped by Maurício Moreira Neto 🤘