pickzy.com

C  |  C++  |  Objective-C  |  VC++  |  Win32  |  MFC  |  Java  |  Php  |  Delphi  |  Visual Basic  |  .Net  |  Networking  |  General  |  Games  |  Jobs  |  Javascript  |  




Menu

pickSourcecode.com


        

 




 

Cpp > Articles

 

What is Persistence?

What is Persistence?

The phenomenon where the object (data) outlives the program execution time and 
exists between executions of a program is known as persistence. All data base systems 
support persistence. In c++ it is not supported. However the user can build it 
explicitly using file streams in a program.

 
Privacy Policy | About Us