Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- regexp
- GitHub
- NGINX
- ubuntu
- html
- db
- docker-compose
- kubespray
- Container
- docker install
- node
- GORM
- time_zone
- npm
- kube
- bash
- go
- linux
- Git
- docker
- ansible
- nodemon
- kubernetes #container
- kubernetes
- golang
- Delete
- vscoe
- k8s
- mariadb
- 쿠버네티스
Archives
- Today
- Total
목록Quiz/oop (1)
Deve.haeri

1. 소스 코드 package ex01_oop; // 고객에게 빵,잔돈 두개의 값을 전달하기 위해 만든 클래스 class BreadAndChange{ //field int bread; int change; //constructor BreadAndChange(int bread, int change){ this.bread = bread; this.change = change; } } class Bakery { //field int breadCount; int breadPrice; int bakeryMoney; //constructor Bakery(int breadCount,int breadPrice, int bakeryMoney){ this.breadCount = breadCount; this.breadPr..
Quiz/oop
2020. 9. 28. 11:48