Class variables,”- are variables declared with the static keyword and within a class, outside any method- can be accessed from inside any method
constructor or code blocks of that particular class- only one copy of a _______. It is shared among all members of the class. – the names should be a noun-based name that follows the lowerCamelCase naming convention”