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 |
Why the usage of pointers in C++ is not recommended ?
What is main function in c++ with example?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Disadvantages of c++
Should a constructor be public or private?
What is a class template in c++?
What is math h in c++?
When do we run a shell in the unix system?
What is abstraction c++?
What is the auto keyword good for in c++?
What happens if an exception is throws from an, object's constructor and object's destructor?
What is the use of object in c++?