Jump to

v06-l1-surviveScope

What keyword allows a local object to "survive" its scope ?

???

Remember the Basic rule for scope memory :

Every local object defined in a scope become out-of-scope at the end of the scope execution. Only Exception : local object can "survive" its scope using a return statement.