Cisco Systems Interview Question
369 Interview Reviews |
Back to all Cisco Systems Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer I at Cisco Systems:
What's the difference between a Public, Private, and Protected?
See more for this Cisco Systems Software Engineer I Interview
Helpful Question?
Yes |
No
Inappropriate?



1 of 1 people found this helpful
by TP:
- code accessible by any package
Protected
- code accessibly by self and sub-classes only
Private
- code accessibly only inside the class