반응형
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
- array
- PostgreSQL
- c#
- hive
- math
- SQL
- Tkinter
- GIT
- Mac
- string
- matplotlib
- list
- 파이썬
- Apache
- gas
- Github
- Java
- dataframe
- numpy
- PySpark
- Google Spreadsheet
- Python
- Excel
- django
- Kotlin
- google apps script
- Redshift
- PANDAS
- Google Excel
Archives
- Today
- Total
목록method overloading (1)
달나라 노트
Java - class overloading
class PeopleInfo { String name; String planet; public void setName(String name) { this.name = name; } public void setPlanet(String planet) { this.planet = planet; } public void introduce() { System.out.println("Hello. I'm " + this.name + ". I live in " + this.planet + "."); } public void introduce(int x) { System.out.println("Hello. I'm " + this.name + ". I live in " + this.planet + ". And I'm "..
Java
2021. 3. 14. 01:44