codechacha / codechacha-comments-repo

codechacha-comments-repo
0 stars 0 forks source link

Java - 익명 클래스(Anonymous class) #3

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Java - 익명 클래스(Anonymous class)

익명 클래스는 Inner class로, 이름이 없는 클래스를 말합니다. 클래스 정의와 동시에 객체를 생성할 수 있습니다. Interface, Class 모두 익명 클래스로 객체를 만들 수 있습니다.

https://codechacha.com/ko/java-anonymous-class/