naming conventions “this” keyword naming conventions Use camel case for variables and methods. “this” keyword Use this for all member variables. Do not use this for methods.