Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMauro Bonucci
5,953 Pointsprotected void
Hello, i notice inside of the class, before the code "public boolean onCreateOptionsMenu" instead having in my code "public void" it appears "protected void", what is the difference beetween them and is it ok having "protected void" instead "public void"
3 Answers
Aaron Arkie
5,345 PointsYes its fine mine is public too. :) check this page out for more info http://stackoverflow.com/questions/215497/in-java-whats-the-difference-between-public-default-protected-and-private. I hope this helps.
Aaron Arkie
5,345 PointsYou can always change it to protected like the video.
Mauro Bonucci
5,953 PointsThanks Aaron, This herpes a lot ;-) cheers