# 接口及显式隐式实现 **Repository Path**: grade19_soft_class1/interface_and_implements ## Basic Information - **Project Name**: 接口及显式隐式实现 - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 34 - **Created**: 2020-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 接口及显式隐式实现 #### 介绍 1. 训练接口的定义,实战接口定义; 2. 显式实现接口,理解显式实现用法; 3. 隐式实现接口,理解隐式实现用法; 4. 理解接口下的多态;