From 01160ccb7f59e62b58d94a99a1623f5778165b6d Mon Sep 17 00:00:00 2001 From: crista Date: Sun, 30 Apr 2023 14:24:17 -0700 Subject: [PATCH] Update README.md --- 12-letterbox/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/12-letterbox/README.md b/12-letterbox/README.md index 09fd9bd..9f61749 100644 --- a/12-letterbox/README.md +++ b/12-letterbox/README.md @@ -29,14 +29,8 @@ Constraints: - We should apply this concept of code-reuse, but make sure to do so without using inheritance -- 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 - Possible names: - Delegation