请在 下方输入 要搜索的题目:

【填空题】下面给出了一个矩形类Rectangle,其中含有多个构造方法。 classRectangle //矩形类 { int width; //矩形的宽度 int length; //矩形的长度 public Rectangle() { length=30;width=20; } public Rectangle(intl,intw) { length=l;width=w; } } public class CRctngle { public static void main(String args[]) { Rectanglex1=newRectangle(); Rectanglex2=newRectangle(50,40); System.out.println(x1.length()); //[代码1] System.out.println(x1.width()); //[代码2] System.out.println(x2.length()); //[代码3] System.out.println(x2.width());

发布时间:2024-04-25 16:43:04
推荐参考答案 ( 由 搜题小帮手 官方老师解答 )
联系客服
答案:

以下文字与答案无关

提示:有些试题内容 显示不完整,文字错误 或者 答案显示错误等问题,这是由于我们在扫描录入过程中 机器识别错误导致,人工逐条矫正总有遗漏,所以恳请 广大网友理解。

相关试题
登录 - 搜题小帮手
点我刷新
立即注册
注册 - 搜题小帮手
点我刷新
立即登录