노태종 2021. 10. 4. 21:56

· [ Java ] 

  -  객체(Object)  /  클래스(Class)

· 클래스(Class)의 4가지 구성요소

  -  멤버 변수

  -  멤버 메서드

  -  생성자

  -  중첩 클래스

· 객체(Object) 생성

  -  선언(Declaration)

  -  인스턴스화(Instantiation)

  -  초기화(Initialization)

· 생성자(Constructor)

 

 

https://best-mint-34c.notion.site/09-06-1-735407850a9742e6afe9a9289643cdf2

 

 

 

 

· [ Java ]

  -  Data Types ( byte  /  short  /  int  /  long  /  char  /  float  /  double )

  -  접근 제한자(Modifier Types)

  -  산술 연산자  /  관계 연산자  /  논리 연산자

  -  if 문  /  if...else 문  /  switch_case 문

· Java Eclipse

  -  한 줄씩 코드 실행(Break Point)

 

 

https://best-mint-34c.notion.site/09-06-2-18084273f74546419f7e90796c7a7fbd