vgmda / InterfacesCSharp

An interface is a contract between itself and any class that implements it. This contract states that any class that implements the interface will implement the interface's properties, methods and/or events. An interface contains no implementation, only the signatures of the functionality the interface provides.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vgmda/InterfacesCSharp Stargazers

No one’s star this repository yet.