일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- #binary
- html5 new tag
- html code
- #1차원배열
- 하이퍼레저패브릭
- #CallByAddress
- git flow
- #성적관리프로그램
- hyperledger transaction
- #C++ has~a
- docker example
- #android activity
- mac terminal command
- relative path
- #다차원포인터
- #3차원배열
- #2차원배열
- html video
- html object
- html multimedia
- #JAVASCRIPT
- html id
- #C++ 연산자함수오버로딩
- #자바상속#자바이즈어#is~a
- html youtube
- 토큰경제
- #bubbleSort
- html plug-in
- border-box
- html charset
Archives
- Today
- Total
목록#has~a#자바해즈어 (1)
A sentimental robot
"Has~A" exercise
Data Class 1 public class Name { private String name; public Name() { } public Name(String name) { this.name = name; } public String getName() { return name; } public void setName(String name) { this.name = name; }} Data Class 2 public class Subject { private int score; public void setScore(int score) { this.score=score; } public int getScore() { return score; } } Processing Class import java.ut..
Java
2017. 12. 28. 15:04