Gong Interview Question

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

Interview Answer

Anonymous

Mar 31, 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.