# 练习 **Repository Path**: L-sim/some_practice ## 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**: 30 - **Created**: 2020-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 练习 #### 介绍 1. 描述车、修车厂两个类,车具备名字、颜色、轮子数三个属性、车具备跑得行为,车在跑的时候应该判断是否够四个轮子,如果够四个轮子可以跑起,否则送去修车厂维修。修车厂具备,名字、地址、电话三个属性,具备修车的功能行为 2. 描述动物、 狗、 鱼 三个类,动物都具备name、 color两个属性、 动物都具备移动的行为。狗特有的一个方法就是咬人。 鱼特有的一个行为:吹泡泡