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 |
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Can you explicitly call a destructor on a local variable?
What is the use of ::(scope resolution operator)?
What is #include c++?
Describe run-time type identification?
What is c++ programming language?
Define a nested class. Explain how it can be useful.
What is capacity in vector in c++?
What is flush programming?
Explain the difference between static and dynamic binding of functions?
What are proxy objects?
What are the advantages of using a pointer?