# 继承 **Repository Path**: zjjay/inherit ## Basic Information - **Project Name**: 继承 - **Description**: 继承的实现方式 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 继承 #### 项目介绍 继承的实现方式 a.混入式 b.替换原型的方式 c.混合式