API Application Programming Interface 應用程序接口 接口 定義 :指描述可屬于任何類或結構的一組相關功能。 接口的成員可以是方法(不能有方法體
C#中使用關鍵字sealed,將類和方法聲明為密封類或者密封方法; sealed class A //密封類