why private member variable of inner class can't be accessed by its outer class but mehod can be?
Divyya Joshi
Ranch Hand
Joined: Jul 15, 2010
Posts: 102
posted
0
The following code is related to regular inner class and the moment i try to access private member variable of inner class compiler complains error but Not when private member is acessed
Here's the code