←Older revision | Revision as of 06:10, 10 September 2025 | ||
Line 2: | Line 2: | ||
The basic idea is to avoid extending [[RootClass]] ''physically'', but rather extend it ''virtually'' via a lexical compilation scope. | The basic idea is to avoid extending [[RootClass]] ''physically'', but rather extend it ''virtually'' via a lexical compilation scope. | ||
+ | |||
+ | See [[wikipedia:Extension_method]] explanation which may agree or contradict my view. |