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 heap sort in c++?
Describe run-time type identification?
What are the extraction and insertion operators in c++? Explain with examples.
Does c++ cost money?
How we can differentiate between a pre and post increment operators during overloading?
Difference between an inspector and a mutator
what is smart pointer & use of the smart pointer ???
What is double in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is endl c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is exception handling? Does c++ support exception handling?