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 |
If all is successful, what should main return a) 0 b) 1 c) void
What are enumerations?
Write a program using display() function which takes two arguments.
Are iterators pointers?
Find the second maximum in an array?
What happens when the extern "c" char func (char*,waste) executes?
What is a static member?
Which is the best c++ compiler for beginners?
What is an ABC: an "Abstract Base Class"?
What are static and dynamic type checking?
What is RAII (Resource Acquisition Is Initialization)?
Should I learn c or c++ first?