Mt.Hwang 2025. 1. 21. 16:16

Nested Classes

Nested Classes 

 1. Static nested 클래스  (정적 중첩 클래스)

 2. Inner 클래스  (인스턴스 중첩 클래스)

 3. Local 클래스 (지역 클래스)

 4. Anonymous 클래스 (익명 클래스)

Outer 클래스와 Nested 클래스 (외부 클래스 내부 클래스)

 

 

Static Nested 클래스

Inner 클래스

 

 

Static Nested 클래스 (정적 중첩 클래스)

 

 

Inner 클래스 (인스턴스 중첩 클래스)

 

 

Local Classes (지역 클래스)

 

 

Anonymous Classes (익명 클래스)

 

 

중첩 클래스 tip

 1. 정적 중첩 클래스와 인스턴스 중첩 클래스

 2. 내부 클래스와 외부 클래스의 동명의 멤버

 

 

Nested Classes 장점

Static Class

nonstatic class

 

 

effectively final 변수