반응형
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 |
Tags
- Google Spreadsheet
- google apps script
- PostgreSQL
- Python
- Excel
- Github
- hive
- array
- GIT
- django
- PySpark
- numpy
- Google Excel
- 파이썬
- string
- Kotlin
- Tkinter
- PANDAS
- Redshift
- math
- SQL
- Apache
- c#
- Presto
- dataframe
- Java
- list
- matplotlib
- gas
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