日间封装

2024-12-19 10:12:12 编辑:抖狐科技 来源:摘自互联网

输入1:

朋友1类
{
字符串名称;
长移动否;
int atmPin;

public Friend1(字符串名称, 长手机号, int atmPin)
{
this.name = 名称;
this.mobileNo = mobileNo;
this.atmPin = atmPin;
}

public static void main(String[] args)
{
Friend1 f1 = new Friend1("Kavin", 1234, 1111);
f1.withdraw();
}
private voidwithdraw()
{
System.out.println(atmPin);
}
公共虚空之旅()
{
System.out.println("去兜风");
}

公共无效publish_results()
{
System.out.println("以好成绩通过");
}

}

输入2:

朋友2类
{

public static void main(String[] args)
{
Friend1 ff = new Friend1("Arul", 3434, 2323);
ff.tour();
ff.withdraw();
}

}

输出:

Image description

以上就是日间封装的详细内容,更多请关注抖狐科技其它相关文章!

本站文章均为抖狐网站建设摘自权威资料,书籍,或网络原创文章,如有版权纠纷或者违规问题,请即刻联系我们删除,我们欢迎您分享,引用和转载,我们谢绝直接复制和抄袭!感谢...