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
How a macro differs from a template?
What size is allocated to the union variable?
What is an inclusion guard?
What is the iunknown interface?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What are the advantages of c++?
What is an operator function? Describe the function of an operator function?
Can we define a constructor as virtual in c++?
Which software is best for coding?
Explain how to initialize a const data member.
Can you declare an array without a size in c++?
Differentiate between realloc() and free().
You want to link a c++ program to c functions. How would you do it?
What is the best c++ book?
What is a try block?