Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 7 (Q.No. 9)
9.
A variable's _____ indicates how long the variable remains in the computer's memory
area
extent
lifetime
reach
scope
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Digvijay Khot said:   3 years ago
Scope: Throughout the class except in the static methods.

Lifetime: Until the object of the class stays in the memory.

Post your comments here:

Your comments will be displayed after verification.