What do you mean by persistent and non persistent objects?
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 |
What is a v-table?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
How to change constant values?
What is implicit pointer in c++?
Is c++ built on c?
What is the difference between global variables and local variable
What are the three forms of cin.get() and what are their differences?
Write about all the implicit member functions of a class?
What is heap sort in c++?
Write a Program for find and replace a character in a string.
What are the benefits of oop in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3