Gong interview question

Q: whats the difference between Inner class , and static Inner class.

Interview Answer

Anonymous

31 Mar 2021

A: Inner class can access the members of it's parent. The parent Object injects to the inner Object that he is his parent.