Update content

This commit is contained in:
danrega
2023-04-05 10:10:01 +02:00
parent 736091df5d
commit 3fd765ccb7
28 changed files with 334 additions and 337 deletions

View File

@@ -17,7 +17,7 @@
- [Notes on Inheritance](#notes-on-inheritance)
- [Notes on Polymorphism and Casting](#notes-on-polymorphism-and-casting)
- [Notes on Interfaces](#notes-on-interfaces)
- [Further Notes](#further-notes)
- [Additional Notes](#additional-notes)
- [Friendship](#friendship)
- [Events](#events)
- [Excursion: Factory Methods and Singletons as Design Patterns](#excursion-factory-methods-and-singletons-as-design-patterns)
@@ -1045,7 +1045,7 @@ i_ref = NEW class( ).
<p align="right">(<a href="#top">back to top</a>)</p>
## Further Notes
## Additional Notes
### Friendship