본문 바로가기

Records rather than Memories

검색하기
Records rather than Memories
프로필사진 Downer

  • 분류 전체보기 (186)
    • UE-4 (5)
    • ISTQB CTFL (8)
    • CSTS (1)
    • E'rr day (6)
    • Software (93)
      • C (15)
      • JAVA (60)
      • WEB (15)
      • APP (0)
      • GIT (1)
    • IT (24)
      • Game review (9)
      • Game QA (11)
      • QA (2)
    • 2 year later (3)
    • Personal storage (3)
      • convenient (2)
    • Impressive (30)
      • replay (6)
      • book (5)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
  • by until
  • 코로나19
  • happen to
  • end up ing
  • relif
  • html
  • if조건절
  • 제5인격
  • counldn't have
  • metascore
  • know
  • gameQA
  • by any chance
  • 명세기반테스트
  • might have p.p
  • sort함수
  • Realtime Rendering
  • java
  • keep -ing
  • ISTQB
  • it's a good thing
  • UE4
  • 게임QA
  • C++
  • for ing
  • 변수
  • 형변환
  • I'm glad
  • 명절 표현
  • continue to
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록접근 제어자 (1)

Records rather than Memories

접근 제어자

추상 클래스, final, 접근 제어자, 인터페이스 등은 프로그래밍에 있어서 자유에 반대되는 규제에 해당하는 것이다. 즉, 자유에 질서를 부여 함으로서 자유에 가치를 올리는 것. 접근 제어자 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 package org.opentutorials.javatutorials.accessmodifier; class A { public String y(){ return "public void y()"; } private String z(){ return "public void z()"; } public String x(){ return z(); } } public class AccessDemo1 { public static ..

Software/JAVA 2019. 10. 23. 15:44
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바