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 meaning of in c++?
List out some of the object-oriented methodologies?
Brief explaination about #include<iostream.h>, cin and cout
What is the default width for ouputting a long integer using the insertion operator?
Mention the ways in which parameterized can be invoked.
What are the benefits of c++?
What does ios :: app do in c++?
Explain the use of this pointer?
What is #include iostream in c++?
Do you know what is overriding?
What are the uses of c++ in the real world?
write a programming using for loop in c++ to generate diamond trangel?