2014년 8월 28일 목요일

자바 클래스 고급편 동영상_Static / JACA classes to advanced Video_Static

※ 자바 java 초 중급 - 클래스 고급편-Static /내부클래스 동영상 [2회]


The change means that the first set when loading class to assign a memory space of memory space satatic. No matter how much one could make an object exists that variable.



컴퓨터교육사이트 가기CD 구매하기PC 다운로드


JACA classes to advanced _Static




static 변수 = class 변수 ▶ 접근제어 static 데이터 타입 멤버 변수명;
static 메소드 = class 메소드 ▶ 접근제어 ▶ 반환형 메소드명 (인수);

static variable = class variable ▶ Access control static data type member variable names;
static method = class method ▶ Access control static method return type name (arguments);

댓글 없음 :

댓글 쓰기