is there an opposite to "inner" for classes? I wan...
# announcements
t
is there an opposite to "inner" for classes? I want my inner class to have some private data/method that's only callable/modifiable from the outer class. Can't quite figure out how to do that. This must be a common thing, no?
k
There's some workarounds there.
t
Kinda sad, but. Very helpful. thanks!