If a local class is defined in a function, what is true for an object of that class?
The object can call all the other class members anywhere in the program.
The object is temporarily accessible outside the function.
The object must be declared inside any other function.
The object can be accessed, declared, and used locally in that function.