+ 1
Interfaces can have method implementation in C# 8.0 and onward..
I want to know your feedback about this. Is it helpful as now you can also have default implementation in the interface?
1 Respuesta
0
Personally I think it is adding behavior to what should only be a contract.