Instance variables,”- are declared within a class but outside any method- are created the object is instantiated- can be directly accessed from inside any method, constructor or code blocks of that particular class- most of these are private- to access these indirectly

Average Rating
0 out of 5 stars. 0 votes.

Instance variables,”- are declared within a class but outside any method- are created the object is instantiated- can be directly accessed from inside any method, constructor or code blocks of that particular class- most of these are private- to access these indirectly

a getter or public accessor returns the value of that _____ variable- the names should be a noun-based name tat follows lowerCamelCase naming convention”