은행개좌구현
본 자료는 1페이지 의 미리보기를 제공합니다. 이미지를 클릭하여 주세요.
닫기
  • 1
  • 2
  • 3
  • 4
해당 자료는 1페이지 까지만 미리보기를 제공합니다.
1페이지 이후부터 다운로드 후 확인할 수 있습니다.

목차

1 프로그램의 목적

2. 구현방법
ⅰ)구성
ⅱ) 각 method의 역할

3. 소스

본문내용

;
System.out.println("Address: " + address);
System.out.println("Balance: " + balance);
System.out.println("Active: " + flag);
}
}
public class Account{
public static void main(String [] args){
Data person1 = new Data();
person1.open(true,"신","830-0000","대구광역","007",1456);
person1.deposit(100000);
person1.withdraw(5000);
Data person2 = new Data();
person2.open(true,"홍길동","770126-1780400","경북 경산시 진량읍","happy",1199384);
person2.deposit(590000);
person2.withdraw(14800);
person1.print_account();
person2.print_account();
person2.close(false);
person1.print_account();
person2.print_account();
}
}

키워드

  • 가격2,000
  • 페이지수4페이지
  • 등록일2004.07.02
  • 저작시기2004.07
  • 파일형식한글(hwp)
  • 자료번호#259146
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니