+ 3
C# Delegates
How do delegates help with following the SOLID coding principles?
1 Resposta
+ 3
Delegates help to encapsulate your data further. They also make your memory usage different as they are made on a need to use basis.
How do delegates help with following the SOLID coding principles?