网站首页 站内搜索

搜索结果

查询Tags标签: getRadius,共有 4条记录
  • Java 接口:比较对象的大小

    1 package com.bytezreo.interfacetest;2 3 /**4 * 5 * @Description 接口:比较对象的大小6 * @author Bytezerozhenglei! Email:420498246@qq.com7 * @version8 * @date 下午9:07:529 * @ 10 * 11 */ 12 13 public class ComparableCircleTest { 14 …

    2021/10/5 22:11:01 人评论 次浏览
  • Java 接口:比较对象的大小

    1 package com.bytezreo.interfacetest;2 3 /**4 * 5 * @Description 接口:比较对象的大小6 * @author Bytezerozhenglei! Email:420498246@qq.com7 * @version8 * @date 下午9:07:529 * @ 10 * 11 */ 12 13 public class ComparableCircleTest { 14 …

    2021/10/5 22:11:01 人评论 次浏览
  • Java 重写小练习

    1 package com.bytezero.inherit3;2 3 public class CylinderTest4 {5 public static void main(String[] args) 6 {7 8 Cylinder cy = new Cylinder();9 cy.setRadius(2.2); 10 cy.setLength(3.3); 11 cy.findVolume();…

    2021/9/19 9:04:52 人评论 次浏览
  • Java 重写小练习

    1 package com.bytezero.inherit3;2 3 public class CylinderTest4 {5 public static void main(String[] args) 6 {7 8 Cylinder cy = new Cylinder();9 cy.setRadius(2.2); 10 cy.setLength(3.3); 11 cy.findVolume();…

    2021/9/19 9:04:52 人评论 次浏览
扫一扫关注最新编程教程