# 接口和显式隐匿实现 **Repository Path**: chewelve/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**: 36 - **Created**: 2020-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 接口和显式隐匿实现 #### 介绍 1. 训练接口的定义,实战接口定义; 2. 显式实现接口,理解显式实现用法; 3. 隐匿实现接口,理解显式实现用法; 4. 理解接口下的多态;