Explore what CodeHS has to offer for districts, schools, and teachers.
Click on one of our programs below to get started coding in the sandbox!
View All
Visibility (usually public or private) defines who has access to something (usually a variable or method). Public means code outside of the class can access, private means only code inside the class can access.
public
private