Friday, 9 August 2013

Access private member in Java

Access private member in Java

I am attempting to access a private member from another class in Java. Is
this a possible task? Currently there is no getter method for this member.
Below is an image of what I would like to obtain;

No comments:

Post a Comment