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 |
How do you master coding?
What is a virtual destructor?
Which is the best c++ software?
How to declare a pointer to an array of integers?
What are friend classes? What are advantages of using friend classes?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Can non graphic characters be used and processed in C++?
How do I write a c++ program?
What are abstract data types in c++?
Generally variables are stored in heap memory. When he variables are created in stack?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Define linked lists with the help of an example.