Use cases of nested classes
If I have an outer class and an inner class. Most of the time it’s for helper purposes and the inner class is instantiated within the outer class correct? I’m a little stuck on this but, it wouldn’t make sense to instantiate an instance of the outer class from within the inner class, if that’s even possible? Also does the inner class have access to the outer class’ methods?