Home »
MCQs »
OOPs MCQs
A _____ object is an object which has the scope of an automatic object but the lifetime of an external object
42. A _____ object is an object which has the scope of an automatic object but the lifetime of an external object.
- Static objects
- Dynamic objects
- External objects
- Automatic objects
Answer: A) Static objects
Explanation:
A Static object is an object which has the scope of an automatic object but the lifetime of an external object.