1. 首页
  2. 大数据
  3. Hadoop
  4. 存取Package3个Class

存取Package3个Class

上传者: 2020-11-10 14:17:11上传 JAVA文件 622B 热度 11次
package com.wommand.exer3; public class CustomerTest { public static void main(String[] args) { Customer cust = new Customer("jane","smith"); Account acct = new Account(1000,2000,0.0123); cust.setAccount(acct); cust.getAccount().deposit(100); cust.getAccount().withdraw(960); c
下载地址
用户评论