介面- C# 程式設計手冊| Microsoft Docs
文章推薦指數: 80 %
「介面」(interface)包含非抽象類或結構必須執行之相關功能群組的定義。
An interface contains definitions for a group of related functionalities that a non-abstract class or a struct must implement. 介面可能會定義 static 方法,其必須有實作為。
An interface may define static methods, which must have an implementat