[JAVA] 자바 클래스 이해하기 Part2 (feat. 계산기)
✔ static 키워드 아래 Document 참고 https://www.w3schools.com/Java/ref_keyword_static.asp Java static Keyword W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com 이번 버전은 Part1 이랑 조금 다른데, static variable (정적변수), 즉, 클래스 변수 "base" 에 접근해서 값을 수정한뒤 ..
2022. 9. 21.