What do you mean by persistent and non persistent objects?
Answer Posted / hrpynux@gmail.com
Persistent refers to an object's ability to transcend time or space. A persistent object stores/saves its state in a permanent storage system with out losing the information represented by the object. A non-persistent object is said to be transient or ephemeral.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of ios::basefield in the following statement?
When you overload member functions, in what ways must they differ?
How are virtual functions implemented in c++?
Can a Structure contain a Pointer to itself?
Write about the local class and mention its use?
Can we get the value of ios format flags?
Explain dangling pointer.
How can you quickly find the number of elements stored in a static array?
What are literals in C++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What are the advantage of using register variables?
what is C++ exceptional handling?
Is c++ platform dependent?
What is ifstream c++?
Comment on c++ standard exceptions?