From 88c9b506d8ec38ef9017211446007bccb734b234 Mon Sep 17 00:00:00 2001 From: signedav Date: Mon, 9 Oct 2023 16:56:46 +0200 Subject: [PATCH] paragraph --- docs/background_info/extended_models_optimization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/background_info/extended_models_optimization.md b/docs/background_info/extended_models_optimization.md index 5c7e71c26..96f01c21c 100644 --- a/docs/background_info/extended_models_optimization.md +++ b/docs/background_info/extended_models_optimization.md @@ -15,6 +15,7 @@ Since it's impossible to care for all the cases, we need to make some assumptio - Exception for the two cases above: When you extended the class in the ***same model*** but another topic (because if you intent to "replace" it, you would have made it `ABSTRACT`). ### Conclusion + - Base classes with ***same named*** extensions are ***irrelevant*** - Base classes with ***multiple extensions*** are ***irrelevant*** - Except if the extension is in the ***same model***, then it's not **irrelevant** but will be ***renamed***