The mission is to extend the new functionality of UndoableStringBuilder from Assignment_00
The new functionality gives us the option to hold a central UndoableStringBuilder object,
with user that notify when any change was created in the central UndoableStringBuilder.
All of that made by Design Pattern named OBSERVER.
For the Hebrew instruction click here.
There are tow links we used to understand the Observer Design Pattern:
With this program you can preform the below:
- Change Bulletin
- View Bulletin
- Create Account
- Delete Account
- Register the account
- Unregister the account
- Print all accounts
- Exit
- blue - is the Observer Design Pattern classes
- green - the class that belong to Bulletin System
git clone https://github.com/SariSafe/OOP.Assignment1.git
After clone need to open it by IDE and run the main... have fun !!!