Update README.md

This commit is contained in:
VisualPlugin
2023-04-30 06:01:25 +00:00
committed by GitHub
parent dfd2e61c50
commit f923e1cc7e

View File

@@ -31,6 +31,8 @@ Constraints:
- In typed languages, using delegates (or `Callable` in Python) is a recommended solution
- Just like in style 11, we will not be calling `info` in the main routine
Note:
A [delegate](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/delegates/using-delegates?source=recommendations) is a type that safely encapsulates a method, similar to a function pointer in C and C++. Unlike C function pointers, delegates are object-oriented, type safe, and secure