asked
Data Structure Learning with Java
Linked List and Iterator 3
Written on
·
245
0
클래스 Node를 MySingleLinkedList 클래스의 내부 private 클래스로 선언할때
static으로 선언한 이유는 무엇인가요?
static으로 선언하지 않아도 무방하지 않나요?
Answer