C# 11 and the Scope of Checked
Coding Tutorials Coding Tutorials
14.4K subscribers
614 views
33

 Published On Feb 17, 2023

If you're not careful, operator overloading can lead to recursion and a stack overflow. Here's how to avoid it.

Source code available at: https://github.com/JasperKent/Checked...

Topics include:
- Static abstract interface methods
- Static virtual interface methods
- Checked and unchecked overloads
- The scope of checked and unchecked
- Avoiding accidental recursion

show more

Share/Embed