Question: What happens if I try to access a private instance variable or method from a class in another file?
What happens if I try to access a private instance variable or method from a class in another file?
Step by Step Solution
3.45 Rating (145 Votes )
There are 3 Steps involved in it
In objectoriented programming languages such as Java C or Python a private instance variable or method is only visible to the class it belongs to This ... View full answer
Get step-by-step solutions from verified subject matter experts
