csa

Tech Talk Notes
Tech Talk 0
Tech Talk 1
Tech Talk 2
Tech Talk 3

Test Prep
Review
2015 Test
2020 Test

Review

Encapsulation:

//Single line comment// /* multi linecomment */

Accessor methods (“Getters”)

Mutator methods (“setters”)

When static is used in a method, the class owns the method When you don’t use static, an individual object owns the method

Static methods

Variable scope