#programming-languages
Read more stories on Hashnode
Articles with this tag
Delegates A delegate is an object that refers to a method or a reference type that defines a method signature. It is declared using the delegate...
C# properties are statements where you set or get data. They make it possible to access and change data from private fields by defining a public get...